Home
last modified time | relevance | path

Searched refs:ee_drv_mask (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/ufs/core/
H A Dufshcd-priv.h316 return ufshcd_update_ee_control(hba, &hba->ee_drv_mask, in ufshcd_update_ee_drv_mask()
324 &hba->ee_drv_mask, set, clr); in ufshcd_update_ee_usr_mask()
H A Dufs-debugfs.c114 ee_ctrl_mask = hba->ee_drv_mask | (hba->ee_usr_mask & ~status); in ufs_debugfs_exception_event()
H A Dufshcd.c6107 if (status & hba->ee_drv_mask & MASK_EE_URGENT_BKOPS) in ufshcd_exception_event_handler()
6110 if (status & hba->ee_drv_mask & MASK_EE_URGENT_TEMP) in ufshcd_exception_event_handler()
/openbmc/linux/include/ufs/
H A Dufshcd.h986 u16 ee_drv_mask; member