Lines Matching defs:polarity
2995 u32 data, data_old, polarity;
3002 polarity = readl_relaxed(bank->reg_base +
3005 polarity &= ~BIT(irq);
3007 polarity |= BIT(irq);
3008 writel(polarity,
3030 u32 polarity;
3059 polarity = readl_relaxed(gc->reg_base + GPIO_INT_POLARITY);
3072 polarity &= ~mask;
3074 polarity |= mask;
3079 polarity |= mask;
3084 polarity &= ~mask;
3089 polarity |= mask;
3094 polarity &= ~mask;
3104 writel_relaxed(polarity, gc->reg_base + GPIO_INT_POLARITY);