Searched refs:ee_mask (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/ufs/core/ |
| H A D | ufs-hwmon.c | 20 u32 ee_mask; in ufs_read_temp_enable() local 24 &ee_mask); in ufs_read_temp_enable() 28 *val = (mask & ee_mask & MASK_EE_TOO_HIGH_TEMP) || (mask & ee_mask & MASK_EE_TOO_LOW_TEMP); in ufs_read_temp_enable() 202 void ufs_hwmon_notify_event(struct ufs_hba *hba, u8 ee_mask) in ufs_hwmon_notify_event() argument 207 if (ee_mask & MASK_EE_TOO_HIGH_TEMP) in ufs_hwmon_notify_event() 210 if (ee_mask & MASK_EE_TOO_LOW_TEMP) in ufs_hwmon_notify_event()
|
| H A D | ufshcd-priv.h | 40 void ufs_hwmon_notify_event(struct ufs_hba *hba, u8 ee_mask); 44 static inline void ufs_hwmon_notify_event(struct ufs_hba *hba, u8 ee_mask) {} in ufs_hwmon_notify_event() argument
|
| /linux/drivers/bus/mhi/host/ |
| H A D | pci_generic.c | 74 .ee_mask = BIT(MHI_EE_AMSS), \ 89 .ee_mask = BIT(MHI_EE_AMSS), \ 104 .ee_mask = BIT(MHI_EE_AMSS), \ 133 .ee_mask = BIT(MHI_EE_AMSS), \ 148 .ee_mask = BIT(MHI_EE_AMSS), \ 163 .ee_mask = BIT(MHI_EE_SBL), \ 178 .ee_mask = BIT(MHI_EE_SBL), \ 193 .ee_mask = BIT(MHI_EE_FP), \ 208 .ee_mask = BIT(MHI_EE_FP), \
|