Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpio/
Dgpio-xilinx.c83 static inline int xgpio_to_bit(struct xgpio_instance *chip, int gpio) in xgpio_to_bit() function
133 int bit, lastbit = xgpio_to_bit(chip, chip->gc.ngpio - 1); in xgpio_read_ch_all()
141 int bit, lastbit = xgpio_to_bit(chip, chip->gc.ngpio - 1); in xgpio_write_ch_all()
161 int bit = xgpio_to_bit(chip, gpio); in xgpio_get()
182 int bit = xgpio_to_bit(chip, gpio); in xgpio_set()
239 int bit = xgpio_to_bit(chip, gpio); in xgpio_dir_in()
268 int bit = xgpio_to_bit(chip, gpio); in xgpio_dir_out()
405 int bit = xgpio_to_bit(chip, irq_offset); in xgpio_irq_mask()
430 int bit = xgpio_to_bit(chip, irq_offset); in xgpio_irq_unmask()
468 int bit = xgpio_to_bit(chip, irq_offset); in xgpio_set_irq_type()