[go: nahoru, domu]

Searched refs:GPIO_LVL (Results 1 - 1 of 1) sorted by relevance

/drivers/gpio/
H A Dgpio-ich.c37 * the code would access offset ichx_regs[2(=GPIO_LVL)][1(=50/32)],
43 GPIO_LVL, enumerator in enum:GPIO_REG
93 * Some chipsets don't let reading output values on GPIO_LVL register
126 if (reg == GPIO_LVL && ichx_priv.desc->use_outlvl_cache)
138 if (reg == GPIO_LVL && ichx_priv.desc->use_outlvl_cache)
163 if (reg == GPIO_LVL && ichx_priv.desc->use_outlvl_cache)
196 ichx_write_bit(GPIO_LVL, nr, val, 0);
210 return ichx_read_bit(GPIO_LVL, nr);
273 ichx_write_bit(GPIO_LVL, nr, val, 0);

Completed in 51 milliseconds