OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_PIO
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
ns8390.c
348
if (!(eth_flags &
FLAG_PIO
)) {
388
if (eth_flags &
FLAG_PIO
) {
468
if (eth_flags &
FLAG_PIO
)
486
if (eth_flags &
FLAG_PIO
)
495
if (eth_flags &
FLAG_PIO
)
681
eth_flags |=
FLAG_PIO
;
693
eth_flags |=
FLAG_PIO
; /* force PIO mode */
712
if (eth_flags &
FLAG_PIO
)
736
if (!(eth_flags &
FLAG_PIO
)) {
769
eth_flags =
FLAG_PIO
;
[
all
...]
ns8390.h
14
#define
FLAG_PIO
0x01
Completed in 109 milliseconds