Lines Matching refs:FLAG_16BIT
55 {"WD8013EBT", TYPE_WD8013EBT, FLAG_16BIT, MEM_16384},
58 {"WD8013W", TYPE_WD8013W, FLAG_16BIT, MEM_16384},
61 {"WD8013WC", TYPE_WD8013WC, FLAG_16BIT, MEM_16384},
62 {"WD8013EPC", TYPE_WD8013EPC, FLAG_16BIT, MEM_16384},
63 {"SMC8216T", TYPE_SMC8216T, FLAG_16BIT | FLAG_790, MEM_16384},
64 {"SMC8216C", TYPE_SMC8216C, FLAG_16BIT | FLAG_790, MEM_16384},
65 {"SMC8416T", TYPE_SMC8416T, FLAG_16BIT | FLAG_790, MEM_8192},
66 {"SMC8416C/BT", TYPE_SMC8416C, FLAG_16BIT | FLAG_790, MEM_8192},
67 {"SMC8013EBP", TYPE_SMC8013EBP,FLAG_16BIT, MEM_16384},
139 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()
570 if (eth_flags & FLAG_16BIT) { in ns8390_poll()
668 eth_flags = FLAG_16BIT; in eth_probe()
710 if (eth_flags & FLAG_16BIT) { in eth_probe()
894 eth_flags |= FLAG_16BIT; /* force 16-bit mode */ in eth_probe()
901 eth_flags |= FLAG_16BIT; in eth_probe()
917 eth_flags |= FLAG_16BIT; in eth_probe()
921 nic->node_addr[i] = romdata[i + ((eth_flags & FLAG_16BIT) ? i : 0)]; in eth_probe()
925 (eth_flags & FLAG_16BIT) ? '2' : '1', eth_nic_base, in eth_probe()