Searched refs:ichx_write_bit (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/gpio/ |
D | gpio-ich.c | 118 static int ichx_write_bit(int reg, unsigned nr, int val, int verify) in ichx_write_bit() function 189 if (ichx_write_bit(GPIO_IO_SEL, nr, 1, 1)) in ichx_gpio_direction_input() 200 ichx_write_bit(GPO_BLINK, nr, 0, 0); in ichx_gpio_direction_output() 203 ichx_write_bit(GPIO_LVL, nr, val, 0); in ichx_gpio_direction_output() 209 if (ichx_write_bit(GPIO_IO_SEL, nr, 0, 1)) in ichx_gpio_direction_output() 280 ichx_write_bit(GPIO_LVL, nr, val, 0); in ichx_gpio_set()
|