Home
last modified time | relevance | path

Searched refs:FLAG_PIO (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c400 if (!(eth_flags & FLAG_PIO)) { in ns8390_transmit()
440 if (eth_flags & FLAG_PIO) in ns8390_transmit()
530 if (eth_flags & FLAG_PIO) in ns8390_poll()
548 if (eth_flags & FLAG_PIO) in ns8390_poll()
557 if (eth_flags & FLAG_PIO) in ns8390_poll()
693 eth_flags |= FLAG_PIO; /* force PIO mode */ in eth_probe()
788 eth_flags |= FLAG_PIO; in eth_probe()
800 eth_flags |= FLAG_PIO; /* force PIO mode */ in eth_probe()
820 if (eth_flags & FLAG_PIO) in eth_probe()
844 if (!(eth_flags & FLAG_PIO)) { in eth_probe()
[all …]
H A Dns8390.h14 #define FLAG_PIO 0x01 macro