Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/core/
Dufs-hwmon.c119 err = ufshcd_update_ee_usr_mask(hba, MASK_EE_URGENT_TEMP, 0); in ufs_hwmon_write()
121 err = ufshcd_update_ee_usr_mask(hba, 0, MASK_EE_URGENT_TEMP); in ufs_hwmon_write()
Dufshcd.c5734 ufs_hwmon_notify_event(hba, status & MASK_EE_URGENT_TEMP); in ufshcd_temp_exception_event_handler()
5962 if (status & hba->ee_drv_mask & MASK_EE_URGENT_TEMP) in ufshcd_exception_event_handler()
/linux-5.19.10/include/ufs/
Dufs.h385 #define MASK_EE_URGENT_TEMP (MASK_EE_TOO_HIGH_TEMP | MASK_EE_TOO_LOW_TEMP) macro