OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mmctl
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/drivers/net/
epic100.c
75
static int
mmctl
;
variable
135
mmctl
= ioaddr +
MMCTL
; /* MII Management Interface Control */
506
outl((phy_id << 9) | (location << 4) | MII_READOP,
mmctl
);
510
if ((inl(
mmctl
) & MII_READOP) == 0)
epic100.h
28
MMCTL
= 0x30, /* MII Management Interface Control */
Completed in 1029 milliseconds