Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/pm8001/
Dpm8001_ctl.c915 unsigned int mpidw0; in ctl_mpi_state_show() local
917 mpidw0 = pm8001_mr32(pm8001_ha->general_stat_tbl_addr, 0); in ctl_mpi_state_show()
918 return sysfs_emit(buf, "%s\n", mpiStateText[mpidw0 & 0x0003]); in ctl_mpi_state_show()
936 unsigned int mpidw0; in ctl_hmi_error_show() local
938 mpidw0 = pm8001_mr32(pm8001_ha->general_stat_tbl_addr, 0); in ctl_hmi_error_show()
939 return sysfs_emit(buf, "0x%08x\n", (mpidw0 >> 16)); in ctl_hmi_error_show()