Searched refs:old_pcsctrl (Results 1 – 1 of 1) sorted by relevance
678 u32 pcsctrl, old_pcsctrl; in macb_mac_config() local680 old_pcsctrl = gem_readl(bp, PCSCNTRL); in macb_mac_config()682 pcsctrl = old_pcsctrl & ~GEM_BIT(PCSAUTONEG); in macb_mac_config()684 pcsctrl = old_pcsctrl | GEM_BIT(PCSAUTONEG); in macb_mac_config()685 if (old_pcsctrl != pcsctrl) in macb_mac_config()