REG_STAT          190 drivers/hwmon/ultra45_env.c 	val = readb(p->regs + REG_STAT);
REG_STAT          206 drivers/hwmon/ultra45_env.c 	val = readb(p->regs + REG_STAT);
REG_STAT           97 drivers/i2c/busses/i2c-zx2967.c 	status = zx2967_i2c_readl(i2c, REG_STAT);
REG_STAT           99 drivers/i2c/busses/i2c-zx2967.c 	zx2967_i2c_writel(i2c, status, REG_STAT);
REG_STAT          202 drivers/i2c/busses/i2c-zx2967.c 	status = zx2967_i2c_readl(i2c, REG_STAT);
REG_STAT          204 drivers/i2c/busses/i2c-zx2967.c 	zx2967_i2c_writel(i2c, status, REG_STAT);
REG_STAT          212 drivers/i2c/busses/i2c-zx2967.c 	status = zx2967_i2c_readl(i2c, REG_STAT) & I2C_INT_MASK;
REG_STAT          204 drivers/scsi/arm/eesox.c 		status = readb(reg_fas + (REG_STAT << EESOX_FAS216_SHIFT));
REG_STAT          281 drivers/scsi/arm/eesox.c 		status = readb(reg_fas + (REG_STAT << EESOX_FAS216_SHIFT));
REG_STAT          158 drivers/scsi/arm/fas216.c 	stat = fas216_readb(info, REG_STAT);
REG_STAT         1171 drivers/scsi/arm/fas216.c 		stat = fas216_readb(info, REG_STAT);
REG_STAT         1637 drivers/scsi/arm/fas216.c 	stat = fas216_readb(info, REG_STAT);
REG_STAT         2306 drivers/scsi/arm/fas216.c 		if (fas216_readb(info, REG_STAT) & STAT_INT) {
REG_STAT         2580 drivers/scsi/arm/fas216.c 	while (fas216_readb(info, REG_STAT) & STAT_INT)
REG_STAT          393 drivers/tty/serial/mxs-auart.c 	[REG_STAT] = ASM9260_HW_STAT,
REG_STAT          406 drivers/tty/serial/mxs-auart.c 	[REG_STAT] = AUART_STAT,
REG_STAT          621 drivers/tty/serial/mxs-auart.c 	while (!(mxs_read(s, REG_STAT) & AUART_STAT_TXFF)) {
REG_STAT          654 drivers/tty/serial/mxs-auart.c 	stat = mxs_read(s, REG_STAT);
REG_STAT          689 drivers/tty/serial/mxs-auart.c 	mxs_write(stat, s, REG_STAT);
REG_STAT          697 drivers/tty/serial/mxs-auart.c 		stat = mxs_read(s, REG_STAT);
REG_STAT          703 drivers/tty/serial/mxs-auart.c 	mxs_write(stat, s, REG_STAT);
REG_STAT          780 drivers/tty/serial/mxs-auart.c 	u32 stat = mxs_read(s, REG_STAT);
REG_STAT          857 drivers/tty/serial/mxs-auart.c 	stat = mxs_read(s, REG_STAT);
REG_STAT          864 drivers/tty/serial/mxs-auart.c 	mxs_write(stat, s, REG_STAT);
REG_STAT         1132 drivers/tty/serial/mxs-auart.c 	u32 stat = mxs_read(s, REG_STAT);
REG_STAT         1276 drivers/tty/serial/mxs-auart.c 	if ((mxs_read(s, REG_STAT) &
REG_STAT         1345 drivers/tty/serial/mxs-auart.c 	while (mxs_read(s, REG_STAT) & AUART_STAT_TXFF) {
REG_STAT         1380 drivers/tty/serial/mxs-auart.c 	while (mxs_read(s, REG_STAT) & AUART_STAT_BUSY) {
REG_STAT         1392 drivers/tty/serial/mxs-auart.c 	if (!(mxs_read(s, REG_STAT) & AUART_STAT_BUSY)) {