bgpio_data        228 drivers/gpio/gpio-mmio.c 		gc->bgpio_data |= mask;
bgpio_data        230 drivers/gpio/gpio-mmio.c 		gc->bgpio_data &= ~mask;
bgpio_data        232 drivers/gpio/gpio-mmio.c 	gc->write_reg(gc->reg_dat, gc->bgpio_data);
bgpio_data        256 drivers/gpio/gpio-mmio.c 		gc->bgpio_data |= mask;
bgpio_data        258 drivers/gpio/gpio-mmio.c 		gc->bgpio_data &= ~mask;
bgpio_data        260 drivers/gpio/gpio-mmio.c 	gc->write_reg(gc->reg_set, gc->bgpio_data);
bgpio_data        299 drivers/gpio/gpio-mmio.c 	gc->bgpio_data |= set_mask;
bgpio_data        300 drivers/gpio/gpio-mmio.c 	gc->bgpio_data &= ~clear_mask;
bgpio_data        302 drivers/gpio/gpio-mmio.c 	gc->write_reg(reg, gc->bgpio_data);
bgpio_data        616 drivers/gpio/gpio-mmio.c 	gc->bgpio_data = gc->read_reg(gc->reg_dat);
bgpio_data        619 drivers/gpio/gpio-mmio.c 		gc->bgpio_data = gc->read_reg(gc->reg_set);
bgpio_data         93 drivers/gpio/gpio-mpc8xxx.c 	out_shadow = gc->bgpio_data & out_mask;
bgpio_data        396 include/linux/gpio/driver.h 	unsigned long bgpio_data;