OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MMCTL
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
epic100.h
26
MMCTL
= 0x30, /* MII Management Interface Control */
epic100.c
69
static int
mmctl
;
variable
130
mmctl
= ioaddr +
MMCTL
; /* MII Management Interface Control */
474
outl((phy_id << 9) | (location << 4) | MII_READOP,
mmctl
);
478
if ((inl(
mmctl
) & MII_READOP) == 0)
Completed in 42 milliseconds