Home
last modified time | relevance | path

Searched refs:xgpio_offset (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpio/
Dgpio-xilinx.c73 static inline int xgpio_offset(struct xgpio_instance *chip, int gpio) in xgpio_offset() function
102 return !!(val & BIT(xgpio_offset(chip, gpio))); in xgpio_get()
121 int offset = xgpio_offset(chip, gpio); in xgpio_set()
153 int offset = xgpio_offset(chip, gpio); in xgpio_dir_in()
186 int offset = xgpio_offset(chip, gpio); in xgpio_dir_out()