Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c139 if (eth_flags & FLAG_16BIT)
148 if (eth_flags & FLAG_16BIT) {
191 if (eth_flags & FLAG_16BIT) in eth_pio_write()
201 if (eth_flags & FLAG_16BIT) { in eth_pio_write()
270 if (eth_flags & FLAG_16BIT) in ns8390_reset()
412 if (eth_flags & FLAG_16BIT) { in ns8390_transmit()
460 if (eth_flags & FLAG_16BIT) { in ns8390_transmit()
517 if (eth_flags & FLAG_16BIT) { in ns8390_poll()
668 eth_flags = FLAG_16BIT; in eth_probe()
901 eth_flags |= FLAG_16BIT; in eth_probe()
[all …]
H A Dns8390.h15 #define FLAG_16BIT 0x02 macro