GPIO_INT_POLARITY   70 arch/arc/plat-axs10x/axs10x.c 	iowrite32(~0, (void __iomem *) GPIO_INT_POLARITY);
GPIO_INT_POLARITY  100 arch/arc/plat-hsdk/platform.c 	iowrite32(0xffffffff, (void __iomem *) GPIO_INT_POLARITY);
GPIO_INT_POLARITY  110 drivers/gpio/gpio-dwapb.c 	case GPIO_INT_POLARITY:
GPIO_INT_POLARITY  179 drivers/gpio/gpio-dwapb.c 	pol = dwapb_read(gpio, GPIO_INT_POLARITY);
GPIO_INT_POLARITY  187 drivers/gpio/gpio-dwapb.c 	dwapb_write(gpio, GPIO_INT_POLARITY, pol);
GPIO_INT_POLARITY  290 drivers/gpio/gpio-dwapb.c 	polarity = dwapb_read(gpio, GPIO_INT_POLARITY);
GPIO_INT_POLARITY  319 drivers/gpio/gpio-dwapb.c 		dwapb_write(gpio, GPIO_INT_POLARITY, polarity);
GPIO_INT_POLARITY  773 drivers/gpio/gpio-dwapb.c 			ctx->int_pol	= dwapb_read(gpio, GPIO_INT_POLARITY);
GPIO_INT_POLARITY  819 drivers/gpio/gpio-dwapb.c 			dwapb_write(gpio, GPIO_INT_POLARITY, ctx->int_pol);
GPIO_INT_POLARITY 2874 drivers/pinctrl/pinctrl-rockchip.c 							 GPIO_INT_POLARITY);
GPIO_INT_POLARITY 2880 drivers/pinctrl/pinctrl-rockchip.c 				       bank->reg_base + GPIO_INT_POLARITY);
GPIO_INT_POLARITY 2930 drivers/pinctrl/pinctrl-rockchip.c 	polarity = readl_relaxed(gc->reg_base + GPIO_INT_POLARITY);
GPIO_INT_POLARITY 2975 drivers/pinctrl/pinctrl-rockchip.c 	writel_relaxed(polarity, gc->reg_base + GPIO_INT_POLARITY);