Lines Matching defs:gpio
83 #define GPIO_READ(gpio, reg) \ argument
85 #define GPIO_WRITE(gpio, reg, val) \ argument
91 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic); in imxgpio_pic_unblock_irqs() local
103 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic); in imxgpio_pic_block_irqs() local
113 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic); in imxgpio_pic_find_pending_irqs() local
178 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic); in imxgpio_pic_establish_irq() local
231 struct imxgpio_softc * const gpio = arg; in imxgpio_pin_read() local
242 struct imxgpio_softc * const gpio = arg; in imxgpio_pin_write() local
264 struct imxgpio_softc * const gpio = arg; in imxgpio_pin_ctl() local
291 imxgpio_attach_ports(struct imxgpio_softc *gpio) in imxgpio_attach_ports()
328 struct imxgpio_softc * const gpio = device_private(self); in imxgpio_attach_common() local
358 imxgpio_set_direction(u_int gpio, int dir) in imxgpio_set_direction()
370 imxgpio_data_write(u_int gpio, u_int value) in imxgpio_data_write()
382 imxgpio_data_read(u_int gpio) in imxgpio_data_read()