Searched refs:GPIO_INT_POLARITY (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpio/ |
D | gpio-dwapb.c | 37 #define GPIO_INT_POLARITY 0x3c macro 130 case GPIO_INT_POLARITY: in gpio_reg_v2_convert() 191 pol = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_toggle_trigger() 199 dwapb_write(gpio, GPIO_INT_POLARITY, pol); in dwapb_toggle_trigger() 322 polarity = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_irq_set_type() 354 dwapb_write(gpio, GPIO_INT_POLARITY, polarity); in dwapb_irq_set_type() 777 ctx->int_pol = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_gpio_suspend() 823 dwapb_write(gpio, GPIO_INT_POLARITY, ctx->int_pol); in dwapb_gpio_resume()
|
/linux-6.12.1/arch/arc/plat-axs10x/ |
D | axs10x.c | 64 #define GPIO_INT_POLARITY (AXC001_GPIO_INTC + 0x3c) in axs10x_enable_gpio_intc_wire() macro 69 iowrite32(~0, (void __iomem *) GPIO_INT_POLARITY); in axs10x_enable_gpio_intc_wire()
|
/linux-6.12.1/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()
|