Searched refs:DME_LOCAL (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
D | tc-dwc-g210.c | 27 { UIC_ARG_MIB(TX_GLOBALHIBERNATE), 0x00, DME_LOCAL }, in tc_dwc_g210_setup_40bit_rmmi() 28 { UIC_ARG_MIB(REFCLKMODE), 0x01, DME_LOCAL }, in tc_dwc_g210_setup_40bit_rmmi() 29 { UIC_ARG_MIB(CDIRECTCTRL6), 0x80, DME_LOCAL }, in tc_dwc_g210_setup_40bit_rmmi() 30 { UIC_ARG_MIB(CBDIVFACTOR), 0x08, DME_LOCAL }, in tc_dwc_g210_setup_40bit_rmmi() 31 { UIC_ARG_MIB(CBDCOCTRL5), 0x64, DME_LOCAL }, in tc_dwc_g210_setup_40bit_rmmi() 32 { UIC_ARG_MIB(CBPRGTUNING), 0x09, DME_LOCAL }, in tc_dwc_g210_setup_40bit_rmmi() 33 { UIC_ARG_MIB(RTOBSERVESELECT), 0x00, DME_LOCAL }, in tc_dwc_g210_setup_40bit_rmmi() 35 DME_LOCAL }, in tc_dwc_g210_setup_40bit_rmmi() 37 DME_LOCAL }, in tc_dwc_g210_setup_40bit_rmmi() 39 DME_LOCAL }, in tc_dwc_g210_setup_40bit_rmmi() [all …]
|
D | ufshcd-dwc.c | 84 { UIC_ARG_MIB(T_CONNECTIONSTATE), 0, DME_LOCAL }, in ufshcd_dwc_connection_setup() 85 { UIC_ARG_MIB(N_DEVICEID), 0, DME_LOCAL }, in ufshcd_dwc_connection_setup() 86 { UIC_ARG_MIB(N_DEVICEID_VALID), 0, DME_LOCAL }, in ufshcd_dwc_connection_setup() 87 { UIC_ARG_MIB(T_PEERDEVICEID), 1, DME_LOCAL }, in ufshcd_dwc_connection_setup() 88 { UIC_ARG_MIB(T_PEERCPORTID), 0, DME_LOCAL }, in ufshcd_dwc_connection_setup() 89 { UIC_ARG_MIB(T_TRAFFICCLASS), 0, DME_LOCAL }, in ufshcd_dwc_connection_setup() 90 { UIC_ARG_MIB(T_CPORTFLAGS), 0x6, DME_LOCAL }, in ufshcd_dwc_connection_setup() 91 { UIC_ARG_MIB(T_CPORTMODE), 1, DME_LOCAL }, in ufshcd_dwc_connection_setup() 92 { UIC_ARG_MIB(T_CONNECTIONSTATE), 1, DME_LOCAL }, in ufshcd_dwc_connection_setup()
|
D | ufshcd.h | 956 #define DME_LOCAL 0 macro 965 mib_val, DME_LOCAL); in ufshcd_dme_set() 972 mib_val, DME_LOCAL); in ufshcd_dme_st_set() 992 return ufshcd_dme_get_attr(hba, attr_sel, mib_val, DME_LOCAL); in ufshcd_dme_get()
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 355039 + reglist_pmc[i].value[mode], DME_LOCAL); 355062 + ufshcd_dme_set_attr(hba, 0xd0000000, 0x00, 0x01, DME_LOCAL); 355125 + DME_LOCAL); 355128 + DME_LOCAL); 355132 + DME_LOCAL); 355136 + DME_LOCAL); 355139 + DME_LOCAL); 355142 + ufshcd_dme_set_attr(hba, attr_mrx0(0xeb), 0x00, 0x60, DME_LOCAL); 355144 + ufshcd_dme_set_attr(hba, attr_mrx1(0xeb), 0x00, 0x60, DME_LOCAL); 355147 + ufshcd_dme_set_attr(hba, attr_mrx0(0x0e), 0x00, 0x64, DME_LOCAL); [all …]
|