Searched refs:timbgpio_update_bit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-timberdale.c | 42 static int timbgpio_update_bit(struct gpio_chip *gpio, unsigned index, in timbgpio_update_bit() function 65 return timbgpio_update_bit(gpio, nr, TGPIODIR, true); in timbgpio_gpio_direction_input() 80 return timbgpio_update_bit(gpio, nr, TGPIODIR, false); in timbgpio_gpio_direction_output() 86 timbgpio_update_bit(gpio, nr, TGPIOVAL, val != 0); in timbgpio_gpio_set()
|