Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/cadence/
H A Dmacb_main.c675 u32 pcsctrl, old_pcsctrl; in macb_mac_config() local
679 pcsctrl = old_pcsctrl & ~GEM_BIT(PCSAUTONEG); in macb_mac_config()
681 pcsctrl = old_pcsctrl | GEM_BIT(PCSAUTONEG); in macb_mac_config()
682 if (old_pcsctrl != pcsctrl) in macb_mac_config()
683 gem_writel(bp, PCSCNTRL, pcsctrl); in macb_mac_config()