Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/ufs/core/
A Dufs-hwmon.c28 *val = (mask & ee_mask & MASK_EE_TOO_HIGH_TEMP) || (mask & ee_mask & MASK_EE_TOO_LOW_TEMP); in ufs_read_temp_enable()
206 if (ee_mask & MASK_EE_TOO_HIGH_TEMP) in ufs_hwmon_notify_event()
A Dufshcd.c7925 mask |= MASK_EE_TOO_HIGH_TEMP; in ufshcd_temp_notif_probe()
/linux-6.3-rc2/include/ufs/
A Dufs.h408 MASK_EE_TOO_HIGH_TEMP = BIT(3), enumerator
413 #define MASK_EE_URGENT_TEMP (MASK_EE_TOO_HIGH_TEMP | MASK_EE_TOO_LOW_TEMP)

Completed in 26 milliseconds