err6_reg_val     1559 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 	u32 err4_reg_val, err6_reg_val;
err6_reg_val     1565 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 	err6_reg_val = hisi_sas_phy_read32(hisi_hba, phy_no, SAS_ERR_CNT6_REG);
err6_reg_val     1569 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 	sphy->invalid_dword_count += (err6_reg_val & 0xFF0000) >> 16;
err6_reg_val     1570 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 	sphy->running_disparity_error_count += err6_reg_val & 0xFF;