Home
last modified time | relevance | path

Searched refs:old_pcsctrl (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H A Dmacb_main.c687 u32 pcsctrl, old_pcsctrl; in macb_mac_config() local
689 old_pcsctrl = gem_readl(bp, PCSCNTRL); in macb_mac_config()
691 pcsctrl = old_pcsctrl & ~GEM_BIT(PCSAUTONEG); in macb_mac_config()
693 pcsctrl = old_pcsctrl | GEM_BIT(PCSAUTONEG); in macb_mac_config()
694 if (old_pcsctrl != pcsctrl) in macb_mac_config()

Completed in 7 milliseconds