OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EP_STATUS
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
3c509.c
74
while (inw(BASE +
EP_STATUS
) & S_COMMAND_IN_PROGRESS)
89
while (inw(BASE +
EP_STATUS
) & S_COMMAND_IN_PROGRESS)
211
while((inw(BASE +
EP_STATUS
) & S_COMMAND_IN_PROGRESS) != 0)
226
cst=inw(BASE +
EP_STATUS
);
289
while (inw(BASE +
EP_STATUS
) & S_COMMAND_IN_PROGRESS)
3c509.h
107
#define
EP_STATUS
0x0e /* Read. BASE+0x0e is always status
Completed in 142 milliseconds