Home
last modified time | relevance | path

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

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