Searched refs:GPIO_INT_POLARITY (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpio/ |
D | gpio-dwapb.c | 38 #define GPIO_INT_POLARITY 0x3c macro 131 case GPIO_INT_POLARITY: in gpio_reg_v2_convert() 192 pol = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_toggle_trigger() 200 dwapb_write(gpio, GPIO_INT_POLARITY, pol); in dwapb_toggle_trigger() 319 polarity = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_irq_set_type() 351 dwapb_write(gpio, GPIO_INT_POLARITY, polarity); in dwapb_irq_set_type() 769 ctx->int_pol = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_gpio_suspend() 815 dwapb_write(gpio, GPIO_INT_POLARITY, ctx->int_pol); in dwapb_gpio_resume()
|
/linux-5.19.10/arch/arc/plat-axs10x/ |
D | axs10x.c | 65 #define GPIO_INT_POLARITY (AXC001_GPIO_INTC + 0x3c) in axs10x_enable_gpio_intc_wire() macro 70 iowrite32(~0, (void __iomem *) GPIO_INT_POLARITY); in axs10x_enable_gpio_intc_wire()
|
/linux-5.19.10/arch/arc/plat-hsdk/ |
D | platform.c | 78 #define GPIO_INT_POLARITY (HSDK_GPIO_INTC + 0x3c) in hsdk_enable_gpio_intc_wire() macro 84 iowrite32(0xffffffff, (void __iomem *) GPIO_INT_POLARITY); in hsdk_enable_gpio_intc_wire()
|