HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_PIO (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
ns8390.c 414 if (!(eth_flags & FLAG_PIO)) {
454 if (eth_flags & FLAG_PIO)
544 if (eth_flags & FLAG_PIO)
562 if (eth_flags & FLAG_PIO)
571 if (eth_flags & FLAG_PIO)
711 eth_flags |= FLAG_PIO; /* force PIO mode */
809 eth_flags |= FLAG_PIO;
821 eth_flags |= FLAG_PIO; /* force PIO mode */
841 if (eth_flags & FLAG_PIO)
866 if (!(eth_flags & FLAG_PIO)) {
    [all...]
ne2k_isa.c 157 eth_flags = FLAG_PIO;
293 if (eth_flags & FLAG_PIO)
311 if (eth_flags & FLAG_PIO)
320 if (eth_flags & FLAG_PIO)
ns8390.h 16 #define FLAG_PIO 0x01

Completed in 316 milliseconds