Searched refs:pcsctrl (Results 1 – 1 of 1) sorted by relevance
702 u32 pcsctrl, old_pcsctrl; in macb_mac_config() local706 pcsctrl = old_pcsctrl & ~GEM_BIT(PCSAUTONEG); in macb_mac_config()708 pcsctrl = old_pcsctrl | GEM_BIT(PCSAUTONEG); in macb_mac_config()709 if (old_pcsctrl != pcsctrl) in macb_mac_config()710 gem_writel(bp, PCSCNTRL, pcsctrl); in macb_mac_config()