Home
last modified time | relevance | path

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

/linux-6.15/drivers/ufs/core/
H A 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()
H A Dufshcd.c6257 if (status & hba->ee_drv_mask & MASK_EE_URGENT_TEMP) in ufshcd_exception_event_handler()
6258 ufs_hwmon_notify_event(hba, status & MASK_EE_URGENT_TEMP); in ufshcd_exception_event_handler()
/linux-6.15/include/ufs/
H A Dufs.h427 #define MASK_EE_URGENT_TEMP (MASK_EE_TOO_HIGH_TEMP | MASK_EE_TOO_LOW_TEMP) macro