Searched refs:D40_SREG_CFG_PHY_TM_POS (Results 1 – 2 of 2) sorted by relevance
79 src |= BIT(D40_SREG_CFG_PHY_TM_POS); in d40_phy_cfg()81 src |= 3 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()90 dst |= BIT(D40_SREG_CFG_PHY_TM_POS); in d40_phy_cfg()92 dst |= 3 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()
34 #define D40_SREG_CFG_PHY_TM_POS 4 macro