Searched refs:ctrl4 (Results 1 – 1 of 1) sorted by relevance
6314 u32 old_ctrl4, ctrl4; in mvpp2_gmac_config() local6318 old_ctrl4 = ctrl4 = readl(port->base + MVPP22_GMAC_CTRL_4_REG); in mvpp2_gmac_config()6326 ctrl4 &= ~MVPP22_CTRL4_EXT_PIN_GMII_SEL; in mvpp2_gmac_config()6327 ctrl4 |= MVPP22_CTRL4_SYNC_BYPASS_DIS | in mvpp2_gmac_config()6332 ctrl4 &= ~MVPP22_CTRL4_EXT_PIN_GMII_SEL; in mvpp2_gmac_config()6333 ctrl4 |= MVPP22_CTRL4_SYNC_BYPASS_DIS | in mvpp2_gmac_config()6337 ctrl4 &= ~MVPP22_CTRL4_DP_CLK_SEL; in mvpp2_gmac_config()6338 ctrl4 |= MVPP22_CTRL4_EXT_PIN_GMII_SEL | in mvpp2_gmac_config()6364 if (old_ctrl4 != ctrl4) in mvpp2_gmac_config()6365 writel(ctrl4, port->base + MVPP22_GMAC_CTRL_4_REG); in mvpp2_gmac_config()