Home
last modified time | relevance | path

Searched refs:ufshcd_update_evt_hist (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c697 ufshcd_update_evt_hist(hba, UFS_EVT_DEV_RESET, err); in ufshcd_device_reset()
4873 void ufshcd_update_evt_hist(struct ufs_hba *hba, u32 id, u32 val) in ufshcd_update_evt_hist() function
4888 EXPORT_SYMBOL_GPL(ufshcd_update_evt_hist);
4917 ufshcd_update_evt_hist(hba, in ufshcd_link_startup()
4931 ufshcd_update_evt_hist(hba, in ufshcd_link_startup()
4940 ufshcd_update_evt_hist(hba, in ufshcd_link_startup()
6669 ufshcd_update_evt_hist(hba, UFS_EVT_PA_ERR, reg); in ufshcd_update_uic_error()
6699 ufshcd_update_evt_hist(hba, UFS_EVT_DL_ERR, reg); in ufshcd_update_uic_error()
6718 ufshcd_update_evt_hist(hba, UFS_EVT_NL_ERR, reg); in ufshcd_update_uic_error()
6726 ufshcd_update_evt_hist(hba, UFS_EVT_TL_ERR, reg); in ufshcd_update_uic_error()
[all …]
/openbmc/linux/include/ufs/
H A Dufshcd.h1252 void ufshcd_update_evt_hist(struct ufs_hba *hba, u32 id, u32 val);