Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs_hisi.c877 send_uic_command(DME_SET, attr_mrx0(SKP_DET_SEL), 0x0, SKP_DET_SEL_EN); in phy_init_config()
884 send_uic_command(DME_SET, attr_mrx0(RX_SQ_VREF), 0x0, RX_SQ_VREF_175); in phy_init_config()
889 send_uic_command(DME_SET, attr_mrx0(0xeb), 0x0, 0x64); in phy_init_config()
894 send_uic_command(DME_SET, attr_mrx0(0x0e), 0x0, 0xF0); in phy_init_config()
899 send_uic_command(DME_SET, attr_mrx0(AD_DIF_P_LS_TIMEOUT_VAL), 0x0, PWM_PREPARE_TO); in phy_init_config()
934 send_uic_command(DME_SET, attr_mrx0(MRX_EN), 0x0, MRX_ENABLE); /* RX enable, lane0 */ in ufs_hc_init()
/third_party/uboot/u-boot-2020.01/include/
Dufs.h106 #define attr_mrx0(x) ((x << ATTR_M_SHIFT) | MRX_L0) macro