Searched refs:ichx_write_bit (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpio/ |
D | gpio-ich.c | 116 static int ichx_write_bit(int reg, unsigned nr, int val, int verify) in ichx_write_bit() function 187 if (ichx_write_bit(GPIO_IO_SEL, nr, 1, 1)) in ichx_gpio_direction_input() 198 ichx_write_bit(GPO_BLINK, nr, 0, 0); in ichx_gpio_direction_output() 201 ichx_write_bit(GPIO_LVL, nr, val, 0); in ichx_gpio_direction_output() 207 if (ichx_write_bit(GPIO_IO_SEL, nr, 0, 1)) in ichx_gpio_direction_output() 278 ichx_write_bit(GPIO_LVL, nr, val, 0); in ichx_gpio_set()
|