Lines Matching defs:gpioreg
492 u8 gpioreg = readb_relaxed(gpio->base + gpio->gpio_data->offsets[offset]);
495 gpioreg |= MSC313_GPIO_OUT;
497 gpioreg &= ~MSC313_GPIO_OUT;
499 writeb_relaxed(gpioreg, gpio->base + gpio->gpio_data->offsets[offset]);
514 u8 gpioreg = readb_relaxed(gpio->base + gpio->gpio_data->offsets[offset]);
516 gpioreg |= MSC313_GPIO_OEN;
517 writeb_relaxed(gpioreg, gpio->base + gpio->gpio_data->offsets[offset]);
525 u8 gpioreg = readb_relaxed(gpio->base + gpio->gpio_data->offsets[offset]);
527 gpioreg &= ~MSC313_GPIO_OEN;
529 gpioreg |= MSC313_GPIO_OUT;
531 gpioreg &= ~MSC313_GPIO_OUT;
532 writeb_relaxed(gpioreg, gpio->base + gpio->gpio_data->offsets[offset]);