Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-xilinx.c73 static inline int xgpio_offset(struct xgpio_instance *chip, int gpio) in xgpio_offset() function
101 return !!(val & BIT(xgpio_offset(chip, gpio))); in xgpio_get()
119 int offset = xgpio_offset(chip, gpio); in xgpio_set()
168 offset = xgpio_offset(chip, i); in xgpio_set_multiple()
197 int offset = xgpio_offset(chip, gpio); in xgpio_dir_in()
229 int offset = xgpio_offset(chip, gpio); in xgpio_dir_out()