Searched refs:D40_SREG_CFG_PHY_TM_POS (Results 1 – 2 of 2) sorted by relevance
80 src |= BIT(D40_SREG_CFG_PHY_TM_POS); in d40_phy_cfg()82 src |= 3 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()91 dst |= BIT(D40_SREG_CFG_PHY_TM_POS); in d40_phy_cfg()93 dst |= 3 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()
34 #define D40_SREG_CFG_PHY_TM_POS 4 macro