statr            1843 drivers/net/wireless/cisco/airo.c static int readStatusRid(struct airo_info *ai, StatusRid *statr, int lock)
statr            1845 drivers/net/wireless/cisco/airo.c 	return PC4500_readrid(ai, RID_STATUS, statr, sizeof(*statr), lock);
statr             927 drivers/scsi/aic94xx/aic94xx_hwi.c 		u32 statr = asd_read_reg_dword(asd_ha, ASIERRSTATR);
statr             929 drivers/scsi/aic94xx/aic94xx_hwi.c 		if (!(statr & CPI2ASIMSTERR_MASK)) {
statr             941 drivers/scsi/aic94xx/aic94xx_hwi.c 				   (statr & CPI2ASIBYTECNT_MASK) >> 16,
statr             942 drivers/scsi/aic94xx/aic94xx_hwi.c 				   (statr & CPI2ASIBYTEEN_MASK) >> 12,
statr             943 drivers/scsi/aic94xx/aic94xx_hwi.c 				   (statr & CPI2ASITARGERR_MASK) >> 8,
statr             944 drivers/scsi/aic94xx/aic94xx_hwi.c 				   (statr & CPI2ASITARGMID_MASK) >> 4,
statr             945 drivers/scsi/aic94xx/aic94xx_hwi.c 				   (statr & CPI2ASIMSTERR_MASK));