reg_dat           140 drivers/gpio/gpio-mmio.c 		return !!(gc->read_reg(gc->reg_dat) & pinmask);
reg_dat           162 drivers/gpio/gpio-mmio.c 		*bits |= gc->read_reg(gc->reg_dat) & get_mask;
reg_dat           169 drivers/gpio/gpio-mmio.c 	return !!(gc->read_reg(gc->reg_dat) & bgpio_line2mask(gc, gpio));
reg_dat           180 drivers/gpio/gpio-mmio.c 	*bits |= gc->read_reg(gc->reg_dat) & *mask;
reg_dat           203 drivers/gpio/gpio-mmio.c 	val = gc->read_reg(gc->reg_dat) & readmask;
reg_dat           232 drivers/gpio/gpio-mmio.c 	gc->write_reg(gc->reg_dat, gc->bgpio_data);
reg_dat           310 drivers/gpio/gpio-mmio.c 	bgpio_set_multiple_single_reg(gc, mask, bits, gc->reg_dat);
reg_dat           481 drivers/gpio/gpio-mmio.c 	gc->reg_dat = dat;
reg_dat           482 drivers/gpio/gpio-mmio.c 	if (!gc->reg_dat)
reg_dat           616 drivers/gpio/gpio-mmio.c 	gc->bgpio_data = gc->read_reg(gc->reg_dat);
reg_dat           388 include/linux/gpio/driver.h 	void __iomem *reg_dat;