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