Searched refs:ctrl4 (Results 1 – 3 of 3) sorted by relevance
208 data = readl(&peri_sc->ctrl4); in board_usb_init()214 writel(data, &peri_sc->ctrl4); in board_usb_init()
27 u32 ctrl4; member
5999 u32 old_ctrl4, ctrl4; in mvpp2_gmac_config() local6003 old_ctrl4 = ctrl4 = readl(port->base + MVPP22_GMAC_CTRL_4_REG); in mvpp2_gmac_config()6011 ctrl4 &= ~MVPP22_CTRL4_EXT_PIN_GMII_SEL; in mvpp2_gmac_config()6012 ctrl4 |= MVPP22_CTRL4_SYNC_BYPASS_DIS | in mvpp2_gmac_config()6017 ctrl4 &= ~MVPP22_CTRL4_EXT_PIN_GMII_SEL; in mvpp2_gmac_config()6018 ctrl4 |= MVPP22_CTRL4_SYNC_BYPASS_DIS | in mvpp2_gmac_config()6022 ctrl4 &= ~MVPP22_CTRL4_DP_CLK_SEL; in mvpp2_gmac_config()6023 ctrl4 |= MVPP22_CTRL4_EXT_PIN_GMII_SEL | in mvpp2_gmac_config()6049 if (old_ctrl4 != ctrl4) in mvpp2_gmac_config()6050 writel(ctrl4, port->base + MVPP22_GMAC_CTRL_4_REG); in mvpp2_gmac_config()