Lines Matching refs:gpp_offset
148 unsigned int gpp, offset, gpp_offset;
161 gpp_offset = padgroup_offset(padgrp, pin);
162 gpp = PADOWN_GPP(gpp_offset);
166 return !(readl(padown) & PADOWN_MASK(gpp_offset));
173 unsigned int offset, gpp_offset;
186 gpp_offset = padgroup_offset(padgrp, pin);
190 return !(readl(hostown) & BIT(gpp_offset));
216 unsigned int offset, gpp_offset;
230 gpp_offset = padgroup_offset(padgrp, pin);
239 if (value & BIT(gpp_offset))
244 if (value & BIT(gpp_offset))
1025 unsigned int gpp, gpp_offset, is_offset;
1028 gpp_offset = padgroup_offset(padgrp, pin);
1032 writel(BIT(gpp_offset), community->regs + is_offset);
1047 unsigned int gpp, gpp_offset;
1053 gpp_offset = padgroup_offset(padgrp, pin);
1061 writel(BIT(gpp_offset), is);
1065 value &= ~BIT(gpp_offset);
1067 value |= BIT(gpp_offset);
1164 unsigned long pending, enabled, gpp_offset;
1179 for_each_set_bit(gpp_offset, &pending, padgrp->size) {
1183 padgrp->gpio_base + gpp_offset);