Searched refs:xgpio_regoffset (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/gpio/ |
| D | gpio-xilinx.c | 65 static inline int xgpio_regoffset(struct xgpio_instance *chip, int gpio) in xgpio_regoffset() function 100 xgpio_regoffset(chip, gpio)); in xgpio_get() 132 xgpio_regoffset(chip, gpio), chip->gpio_state[index]); in xgpio_set() 160 xgpio_regoffset(chip, gpio), chip->gpio_dir[index]); in xgpio_dir_in() 196 xgpio_regoffset(chip, gpio), chip->gpio_state[index]); in xgpio_dir_out() 201 xgpio_regoffset(chip, gpio), chip->gpio_dir[index]); in xgpio_dir_out()
|