Lines Matching refs:gpp_offset
167 unsigned int gpp, offset, gpp_offset;
180 gpp_offset = padgroup_offset(padgrp, pin);
181 gpp = PADOWN_GPP(gpp_offset);
185 return !(readl(padown) & PADOWN_MASK(gpp_offset));
192 unsigned int offset, gpp_offset;
205 gpp_offset = padgroup_offset(padgrp, pin);
209 return !(readl(hostown) & BIT(gpp_offset));
235 unsigned int offset, gpp_offset;
249 gpp_offset = padgroup_offset(padgrp, pin);
258 if (value & BIT(gpp_offset))
263 if (value & BIT(gpp_offset))
1061 unsigned int gpp, gpp_offset, is_offset;
1064 gpp_offset = padgroup_offset(padgrp, pin);
1068 writel(BIT(gpp_offset), community->regs + is_offset);
1082 unsigned int gpp, gpp_offset;
1088 gpp_offset = padgroup_offset(padgrp, pin);
1096 writel(BIT(gpp_offset), is);
1100 value &= ~BIT(gpp_offset);
1102 value |= BIT(gpp_offset);
1222 unsigned long pending, enabled, gpp_offset;
1236 for_each_set_bit(gpp_offset, &pending, padgrp->size)
1237 generic_handle_domain_irq(gc->irq.domain, padgrp->gpio_base + gpp_offset);