Home
last modified time | relevance | path

Searched refs:GPIO_INT_POLARITY (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpio/
A Dgpio-dwapb.c39 #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()
313 polarity = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_irq_set_type()
345 dwapb_write(gpio, GPIO_INT_POLARITY, polarity); in dwapb_irq_set_type()
761 ctx->int_pol = dwapb_read(gpio, GPIO_INT_POLARITY); in dwapb_gpio_suspend()
807 dwapb_write(gpio, GPIO_INT_POLARITY, ctx->int_pol); in dwapb_gpio_resume()
/linux/arch/arc/plat-axs10x/
A Daxs10x.c65 #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/arch/arc/plat-hsdk/
A Dplatform.c78 #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()

Completed in 6 milliseconds