Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/cadence/
Dmacb_main.c631 u32 pcsctrl, old_pcsctrl; in macb_mac_config() local
635 pcsctrl = old_pcsctrl & ~GEM_BIT(PCSAUTONEG); in macb_mac_config()
637 pcsctrl = old_pcsctrl | GEM_BIT(PCSAUTONEG); in macb_mac_config()
638 if (old_pcsctrl != pcsctrl) in macb_mac_config()
639 gem_writel(bp, PCSCNTRL, pcsctrl); in macb_mac_config()