Searched refs:old_ctrl2 (Results 1 – 2 of 2) sorted by relevance
1359 unsigned int old_ctrl0, old_ctrl2; in auart_console_write() local1371 old_ctrl2 = mxs_read(s, REG_CTRL2); in auart_console_write()1394 mxs_write(old_ctrl2, s, REG_CTRL2); in auart_console_write()
4948 u32 old_ctrl2, ctrl2; in mvpp2_gmac_config() local4953 old_ctrl2 = ctrl2 = readl(port->base + MVPP2_GMAC_CTRL_2_REG); in mvpp2_gmac_config()5052 (old_ctrl2 ^ ctrl2) & MVPP2_GMAC_INBAND_AN_MASK || in mvpp2_gmac_config()5062 old_ctrl2 |= MVPP2_GMAC_PORT_RESET_MASK; in mvpp2_gmac_config()5063 writel(old_ctrl2, port->base + MVPP2_GMAC_CTRL_2_REG); in mvpp2_gmac_config()5068 if (old_ctrl2 != ctrl2) in mvpp2_gmac_config()5075 if (old_ctrl2 & MVPP2_GMAC_PORT_RESET_MASK) { in mvpp2_gmac_config()