Searched refs:xgpio_regoffset (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-xilinx.c | 59 static inline int xgpio_regoffset(struct xgpio_instance *chip, int gpio) in xgpio_regoffset() function 92 xgpio_regoffset(chip, gpio)); in xgpio_get() 122 xgpio_regoffset(chip, gpio), chip->gpio_state[index]); in xgpio_set() 195 xgpio_regoffset(chip, gpio), chip->gpio_dir[index]); in xgpio_dir_in() 229 xgpio_regoffset(chip, gpio), chip->gpio_state[index]); in xgpio_dir_out() 234 xgpio_regoffset(chip, gpio), chip->gpio_dir[index]); in xgpio_dir_out()
|