Lines Matching defs:off
41 unsigned int off, samsung_gpio_pull_t pull)
44 int shift = off * 2;
56 unsigned int off)
59 int shift = off * 2;
69 unsigned int off, unsigned int cfg)
72 unsigned int shift = off * 2;
94 * @off: The offset for the GPIO being configured.
102 unsigned int off)
107 con >>= off * 2;
117 * @off: The offset for the GPIO being configured.
132 unsigned int off, unsigned int cfg)
135 unsigned int shift = (off & 7) * 4;
138 if (off < 8 && chip->chip.ngpio > 8)
157 * @off: The offset for the GPIO being configured.
167 unsigned int off)
170 unsigned int shift = (off & 7) * 4;
173 if (off < 8 && chip->chip.ngpio > 8)