Searched refs:ee_mask (Results 1 – 5 of 5) 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()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mhi.c | 31 .ee_mask = 0x4, 44 .ee_mask = 0x4, 94 .ee_mask = 0x14, 107 .ee_mask = 0x14,
|
| /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), \ 117 .ee_mask = BIT(MHI_EE_AMSS), \ 132 .ee_mask = BIT(MHI_EE_AMSS), \ 147 .ee_mask = BIT(MHI_EE_SBL), \ 162 .ee_mask = BIT(MHI_EE_SBL), \ 177 .ee_mask = BIT(MHI_EE_FP), \ 192 .ee_mask = BIT(MHI_EE_FP), \
|
| H A D | init.c | 838 mhi_chan->ee_mask = ch_cfg->ee_mask; in parse_ch_cfg()
|
| /linux/include/linux/ |
| H A D | mhi.h | 244 u32 ee_mask; member
|