OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTL_R8
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/drivers/net/
r8169.c
206
return
RTL_R8
(PHYstatus) & LinkStatus;
870
if ((
RTL_R8
(PHYstatus) & TBI_Enable))
921
RTL_R8
(ChipCmd);
952
if ((
RTL_R8
(ChipCmd) & CmdReset) == 0)
1025
clk =
RTL_R8
(Config2) & PCI_Clock_66MHz;
1116
RTL_R8
(IntrMask);
1206
RTL_W8(Config3,
RTL_R8
(Config3) & ~Beacon_en);
1222
RTL_W8(Config4,
RTL_R8
(Config4) & ~(1 << 0));
1229
RTL_W8(Config1,
RTL_R8
(Config1) | Speed_down);
1231
RTL_W8(Config3,
RTL_R8
(Config3) & ~Beacon_en)
[
all
...]
r8169.h
94
#define
RTL_R8
(reg) readb (ioaddr + (reg))
Completed in 142 milliseconds