Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/ufs/core/
H 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()
210 if (ee_mask & MASK_EE_TOO_LOW_TEMP) in ufs_hwmon_notify_event()
H A Dufshcd.c8032 mask |= MASK_EE_TOO_LOW_TEMP; in ufshcd_temp_notif_probe()
/kernel/linux/linux-6.6/include/ufs/
H A Dufs.h419 MASK_EE_TOO_LOW_TEMP = BIT(4), enumerator
423 #define MASK_EE_URGENT_TEMP (MASK_EE_TOO_HIGH_TEMP | MASK_EE_TOO_LOW_TEMP)

Completed in 14 milliseconds