Searched refs:FLAG_PIO (Results 1 – 3 of 3) sorted by relevance
414 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 …]
157 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()
16 #define FLAG_PIO 0x01 macro