Searched refs:GPIO_INT_POLARITY (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/irq/ |
| H A D | irq-gpio.c | 33 #define GPIO_INT_POLARITY 0x3c macro 126 gpio_bit_op(regbase, GPIO_INT_POLARITY, bit, 0); in gpio_set_intr_type() 131 gpio_bit_op(regbase, GPIO_INT_POLARITY, bit, 1); in gpio_set_intr_type() 135 gpio_bit_op(regbase, GPIO_INT_POLARITY, bit, 0); in gpio_set_intr_type() 139 gpio_bit_op(regbase, GPIO_INT_POLARITY, bit, 1); in gpio_set_intr_type() 150 polarity = gpio_bit_rd(regbase, GPIO_INT_POLARITY, bit); in gpio_get_intr_type()
|
| H A D | irq-gpio-v2.c | 37 #define GPIO_INT_POLARITY 0x28 macro 138 gpio_bit_op(regbase, GPIO_INT_POLARITY, bit, 0); in gpio_set_intr_type() 143 gpio_bit_op(regbase, GPIO_INT_POLARITY, bit, 1); in gpio_set_intr_type() 147 gpio_bit_op(regbase, GPIO_INT_POLARITY, bit, 0); in gpio_set_intr_type() 151 gpio_bit_op(regbase, GPIO_INT_POLARITY, bit, 1); in gpio_set_intr_type() 162 polarity = gpio_bit_rd(regbase, GPIO_INT_POLARITY, bit); in gpio_get_intr_type()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | dwapb_gpio.c | 27 #define GPIO_INT_POLARITY 0x3c macro
|