Home
last modified time | relevance | path

Searched refs:mpidw0 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/pm8001/
H A Dpm8001_ctl.c913 unsigned int mpidw0; in ctl_mpi_state_show() local
915 mpidw0 = pm8001_mr32(pm8001_ha->general_stat_tbl_addr, 0); in ctl_mpi_state_show()
916 return sysfs_emit(buf, "%s\n", mpiStateText[mpidw0 & 0x0003]); in ctl_mpi_state_show()
934 unsigned int mpidw0; in ctl_hmi_error_show() local
936 mpidw0 = pm8001_mr32(pm8001_ha->general_stat_tbl_addr, 0); in ctl_hmi_error_show()
937 return sysfs_emit(buf, "0x%08x\n", (mpidw0 >> 16)); in ctl_hmi_error_show()