Home
last modified time | relevance | path

Searched refs:old_ctrl0 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/tty/serial/
Dmxs-auart.c1359 unsigned int old_ctrl0, old_ctrl2; in auart_console_write() local
1372 old_ctrl0 = mxs_read(s, REG_CTRL0); in auart_console_write()
1393 mxs_write(old_ctrl0, s, REG_CTRL0); in auart_console_write()
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4909 u32 old_ctrl0, ctrl0; in mvpp2_xlg_config() local
4912 old_ctrl0 = ctrl0 = readl(port->base + MVPP22_XLG_CTRL0_REG); in mvpp2_xlg_config()
4931 if (old_ctrl0 != ctrl0) in mvpp2_xlg_config()
4936 if (!(old_ctrl0 & MVPP22_XLG_CTRL0_MAC_RESET_DIS)) { in mvpp2_xlg_config()
4947 u32 old_ctrl0, ctrl0; in mvpp2_gmac_config() local
4952 old_ctrl0 = ctrl0 = readl(port->base + MVPP2_GMAC_CTRL_0_REG); in mvpp2_gmac_config()
5051 if ((old_ctrl0 ^ ctrl0) & MVPP2_GMAC_PORT_TYPE_MASK || in mvpp2_gmac_config()
5066 if (old_ctrl0 != ctrl0) in mvpp2_gmac_config()