Home
last modified time | relevance | path

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

/plan9/sys/src/9/pc/
H A Dether82563.c1172 phyread(Ctlr *ctlr, int reg) in phyread() function
1220 if(ctlr->type == i82573 && (phy = phyread(ctlr, Phyier)) != ~0) in i82563lproc()
1223 phy = phyread(ctlr, Physsr); in i82563lproc()
1230 a = phyread(ctlr, Phyisr) & Ane; in i82563lproc()
1236 a = phyread(ctlr, Phylhr) & Anf; in i82563lproc()
1244 phywrite(ctlr, Phyctl, phyread(ctlr, Phyctl) | Ran | Ean); in i82563lproc()