Lines Matching defs:offset
45 * gpio[x] block registers and their offset
184 unsigned int offset)
197 writel(BIT(offset), gs->gpio_io + YU_GPIO_MODE0_CLEAR);
198 writel(BIT(offset), gs->gpio_io + YU_GPIO_MODE1_CLEAR);
210 unsigned int offset,
225 writel(BIT(offset), gs->gpio_io + YU_GPIO_MODE1_CLEAR);
226 writel(BIT(offset), gs->gpio_io + YU_GPIO_MODE0_SET);
237 int offset = irqd_to_hwirq(irqd);
244 val |= BIT(offset);
248 val |= BIT(offset);
257 int offset = irqd_to_hwirq(irqd);
263 val &= ~BIT(offset);
290 int offset = irqd_to_hwirq(irqd);
314 val |= BIT(offset);
320 val |= BIT(offset);