Searched refs:xgpio_write_ch (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/gpio/ |
D | gpio-xilinx.c | 124 static void xgpio_write_ch(struct xgpio_instance *chip, int reg, int bit, unsigned long *a) in xgpio_write_ch() function 144 xgpio_write_ch(chip, reg, bit, a); in xgpio_write_ch_all() 189 xgpio_write_ch(chip, XGPIO_DATA_OFFSET, bit, chip->state); in xgpio_set() 245 xgpio_write_ch(chip, XGPIO_TRI_OFFSET, bit, chip->dir); in xgpio_dir_in() 274 xgpio_write_ch(chip, XGPIO_DATA_OFFSET, bit, chip->state); in xgpio_dir_out() 278 xgpio_write_ch(chip, XGPIO_TRI_OFFSET, bit, chip->dir); in xgpio_dir_out()
|