Home
last modified time | relevance | path

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

/linux/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.c6201 if (status & hba->ee_drv_mask & MASK_EE_URGENT_TEMP) in ufshcd_exception_event_handler()
6202 ufs_hwmon_notify_event(hba, status & MASK_EE_URGENT_TEMP); in ufshcd_exception_event_handler()
/linux/include/ufs/
H A Dufs.h423 #define MASK_EE_URGENT_TEMP (MASK_EE_TOO_HIGH_TEMP | MASK_EE_TOO_LOW_TEMP) macro