Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dnatsemi.c1191 int chipcfg = readl(ioaddr + ChipConfig); in check_link() local
1193 if (!(chipcfg & CfgLink)) { in check_link()
1210 duplex = np->full_duplex || (chipcfg & CfgFullDuplex ? 1 : 0); in check_link()