Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-xilinx.c82 static inline int xgpio_to_bit(struct xgpio_instance *chip, int gpio) in xgpio_to_bit() function
132 int bit, lastbit = xgpio_to_bit(chip, chip->gc.ngpio - 1); in xgpio_read_ch_all()
140 int bit, lastbit = xgpio_to_bit(chip, chip->gc.ngpio - 1); in xgpio_write_ch_all()
160 int bit = xgpio_to_bit(chip, gpio); in xgpio_get()
181 int bit = xgpio_to_bit(chip, gpio); in xgpio_set()
238 int bit = xgpio_to_bit(chip, gpio); in xgpio_dir_in()
267 int bit = xgpio_to_bit(chip, gpio); in xgpio_dir_out()
404 int bit = xgpio_to_bit(chip, irq_offset); in xgpio_irq_mask()
431 int bit = xgpio_to_bit(chip, irq_offset); in xgpio_irq_unmask()
471 int bit = xgpio_to_bit(chip, irq_offset); in xgpio_set_irq_type()