Searched refs:chipcfg (Results 1 – 1 of 1) sorted by relevance
1191 int chipcfg = readl(ioaddr + ChipConfig); in check_link() local1193 if (!(chipcfg & CfgLink)) { in check_link()1210 duplex = np->full_duplex || (chipcfg & CfgFullDuplex ? 1 : 0); in check_link()