Lines Matching refs:readw_relaxed
57 gpiodir = readw_relaxed(chip->base + ZX_GPIO_DIR);
76 gpiodir = readw_relaxed(chip->base + ZX_GPIO_DIR);
93 return !!(readw_relaxed(chip->base + ZX_GPIO_DI) & BIT(offset));
120 gpioiev = readw_relaxed(chip->base + ZX_GPIO_IV);
121 gpiois = readw_relaxed(chip->base + ZX_GPIO_IVE);
122 gpioi_epos = readw_relaxed(chip->base + ZX_GPIO_IEP);
123 gpioi_eneg = readw_relaxed(chip->base + ZX_GPIO_IEN);
166 pending = readw_relaxed(chip->base + ZX_GPIO_MIS);
185 gpioie = readw_relaxed(chip->base + ZX_GPIO_IM) | mask;
187 gpioie = readw_relaxed(chip->base + ZX_GPIO_IE) & ~mask;
200 gpioie = readw_relaxed(chip->base + ZX_GPIO_IM) & ~mask;
202 gpioie = readw_relaxed(chip->base + ZX_GPIO_IE) | mask;