Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpio/
Dgpio-xilinx.c81 static inline int xgpio_to_bit(struct xgpio_instance *chip, int gpio) in xgpio_to_bit() function
131 int bit, lastbit = xgpio_to_bit(chip, chip->gc.ngpio - 1); in xgpio_read_ch_all()
139 int bit, lastbit = xgpio_to_bit(chip, chip->gc.ngpio - 1); in xgpio_write_ch_all()
159 int bit = xgpio_to_bit(chip, gpio); in xgpio_get()
180 int bit = xgpio_to_bit(chip, gpio); in xgpio_set()
237 int bit = xgpio_to_bit(chip, gpio); in xgpio_dir_in()
266 int bit = xgpio_to_bit(chip, gpio); in xgpio_dir_out()
398 int bit = xgpio_to_bit(chip, irq_offset); in xgpio_irq_mask()
425 int bit = xgpio_to_bit(chip, irq_offset); in xgpio_irq_unmask()
465 int bit = xgpio_to_bit(chip, irq_offset); in xgpio_set_irq_type()