Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dvia-rhine.c59 #define byCR0 ioaddr + 8 macro
1039 outw(CR_SFRST, byCR0); in rhine_probe1()
1047 if ((inw(byCR0) & CR_SFRST) == 0) in rhine_probe1()
1132 outw (CR_FDX, byCR0); in rhine_probe1()
1184 outw(CR_STOP, byCR0); in rhine_disable()
1274 outw (CR_FDX, byCR0); in rhine_reset()
1278 CRbak = inw (byCR0); in rhine_reset()
1280 outw ((CRbak | CR_STRT | CR_TXON | CR_RXON | CR_DPOLL), byCR0); in rhine_reset()
1406 CR0bak = inb(byCR0); in rhine_transmit()
1408 outb(CR0bak,byCR0); in rhine_transmit()