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

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

Completed in 60 milliseconds