old_ctrl2        4950 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	u32 old_ctrl2, ctrl2;
old_ctrl2        4955 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	old_ctrl2 = ctrl2 = readl(port->base + MVPP2_GMAC_CTRL_2_REG);
old_ctrl2        5054 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	    (old_ctrl2 ^ ctrl2) & MVPP2_GMAC_INBAND_AN_MASK ||
old_ctrl2        5064 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		old_ctrl2 |= MVPP2_GMAC_PORT_RESET_MASK;
old_ctrl2        5065 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		writel(old_ctrl2, port->base + MVPP2_GMAC_CTRL_2_REG);
old_ctrl2        5070 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (old_ctrl2 != ctrl2)
old_ctrl2        5077 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (old_ctrl2 & MVPP2_GMAC_PORT_RESET_MASK) {
old_ctrl2        1359 drivers/tty/serial/mxs-auart.c 	unsigned int old_ctrl0, old_ctrl2;
old_ctrl2        1371 drivers/tty/serial/mxs-auart.c 	old_ctrl2 = mxs_read(s, REG_CTRL2);
old_ctrl2        1394 drivers/tty/serial/mxs-auart.c 		mxs_write(old_ctrl2, s, REG_CTRL2);