Searched refs:xgpio_regoffset (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/gpio/ |
| D | gpio-xilinx.c | 65 static inline int xgpio_regoffset(struct xgpio_instance *chip, int gpio) in xgpio_regoffset() function 99 xgpio_regoffset(chip, gpio)); in xgpio_get() 130 xgpio_regoffset(chip, gpio), chip->gpio_state[index]); in xgpio_set() 161 xgpio_regoffset(chip, i), in xgpio_set_multiple() 177 xgpio_regoffset(chip, i), chip->gpio_state[index]); in xgpio_set_multiple() 204 xgpio_regoffset(chip, gpio), chip->gpio_dir[index]); in xgpio_dir_in() 239 xgpio_regoffset(chip, gpio), chip->gpio_state[index]); in xgpio_dir_out() 244 xgpio_regoffset(chip, gpio), chip->gpio_dir[index]); in xgpio_dir_out()
|