Searched refs:GPIO_INT_POLARITY (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/gpio/ |
| D | gpio-dwapb.c | 42 #define GPIO_INT_POLARITY 0x3c macro 120 case GPIO_INT_POLARITY: in gpio_reg_v2_convert() 181 pol = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_toggle_trigger() 189 dwapb_write(gpio, GPIO_INT_POLARITY, pol); in dwapb_toggle_trigger() 305 polarity = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_irq_set_type() 337 dwapb_write(gpio, GPIO_INT_POLARITY, polarity); in dwapb_irq_set_type() 759 ctx->int_pol = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_gpio_suspend() 805 dwapb_write(gpio, GPIO_INT_POLARITY, ctx->int_pol); in dwapb_gpio_resume()
|
| /Linux-v5.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-v5.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()
|
| /Linux-v5.10/drivers/pinctrl/ |
| D | pinctrl-rockchip.c | 45 #define GPIO_INT_POLARITY 0x3c macro 3221 GPIO_INT_POLARITY); in rockchip_irq_demux() 3227 bank->reg_base + GPIO_INT_POLARITY); in rockchip_irq_demux() 3277 polarity = readl_relaxed(gc->reg_base + GPIO_INT_POLARITY); in rockchip_irq_set_type() 3322 writel_relaxed(polarity, gc->reg_base + GPIO_INT_POLARITY); in rockchip_irq_set_type()
|