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

/linux-master/drivers/ufs/core/
H A Dufs-hwmon.c119 err = ufshcd_update_ee_usr_mask(hba, MASK_EE_URGENT_TEMP, 0);
121 err = ufshcd_update_ee_usr_mask(hba, 0, MASK_EE_URGENT_TEMP);
H A Dufshcd.c5961 ufs_hwmon_notify_event(hba, status & MASK_EE_URGENT_TEMP);
6189 if (status & hba->ee_drv_mask & MASK_EE_URGENT_TEMP)
/linux-master/include/ufs/
H A Dufs.h425 #define MASK_EE_URGENT_TEMP (MASK_EE_TOO_HIGH_TEMP | MASK_EE_TOO_LOW_TEMP) macro

Completed in 146 milliseconds