Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dns8390.c414 if (!(eth_flags & FLAG_PIO)) { in ns8390_transmit()
454 if (eth_flags & FLAG_PIO) in ns8390_transmit()
544 if (eth_flags & FLAG_PIO) in ns8390_poll()
562 if (eth_flags & FLAG_PIO) in ns8390_poll()
571 if (eth_flags & FLAG_PIO) in ns8390_poll()
711 eth_flags |= FLAG_PIO; /* force PIO mode */ in eth_probe()
809 eth_flags |= FLAG_PIO; in eth_probe()
821 eth_flags |= FLAG_PIO; /* force PIO mode */ in eth_probe()
841 if (eth_flags & FLAG_PIO) in eth_probe()
866 if (!(eth_flags & FLAG_PIO)) { in eth_probe()
[all …]
Dne2k_isa.c157 eth_flags = FLAG_PIO; in ne_probe()
293 if (eth_flags & FLAG_PIO) in ne_poll()
311 if (eth_flags & FLAG_PIO) in ne_poll()
320 if (eth_flags & FLAG_PIO) in ne_poll()
Dns8390.h16 #define FLAG_PIO 0x01 macro