Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c332 CfgExtPhy = 0x1000, enumerator
898 if (np->ignore_phy || readl(ioaddr + ChipConfig) & CfgExtPhy) in natsemi_probe1()
1201 if (cfg & CfgExtPhy) in init_phy_fixup()
1263 if (cfg & CfgExtPhy) in switch_port_external()
1272 writel(cfg | (CfgExtPhy | CfgPhyDis), ioaddr + ChipConfig); in switch_port_external()
1298 if (!(cfg &CfgExtPhy)) in switch_port_internal()
1306 cfg = cfg & ~(CfgExtPhy | CfgPhyDis); in switch_port_internal()
1439 cfg &= ~(CfgExtPhy | CfgPhyDis); in natsemi_reset()
1441 cfg |= (CfgExtPhy | CfgPhyDis); in natsemi_reset()