Lines Matching refs:FLAG_16BIT
69 {"WD8013EBT", TYPE_WD8013EBT, FLAG_16BIT, MEM_16384},
72 {"WD8013W", TYPE_WD8013W, FLAG_16BIT, MEM_16384},
75 {"WD8013WC", TYPE_WD8013WC, FLAG_16BIT, MEM_16384},
76 {"WD8013EPC", TYPE_WD8013EPC, FLAG_16BIT, MEM_16384},
77 {"SMC8216T", TYPE_SMC8216T, FLAG_16BIT | FLAG_790, MEM_16384},
78 {"SMC8216C", TYPE_SMC8216C, FLAG_16BIT | FLAG_790, MEM_16384},
79 {"SMC8416T", TYPE_SMC8416T, FLAG_16BIT | FLAG_790, MEM_8192},
80 {"SMC8416C/BT", TYPE_SMC8416C, FLAG_16BIT | FLAG_790, MEM_8192},
81 {"SMC8013EBP", TYPE_SMC8013EBP,FLAG_16BIT, MEM_16384},
153 if (eth_flags & FLAG_16BIT)
162 if (eth_flags & FLAG_16BIT) {
205 if (eth_flags & FLAG_16BIT) in eth_pio_write()
215 if (eth_flags & FLAG_16BIT) { in eth_pio_write()
284 if (eth_flags & FLAG_16BIT) in ns8390_reset()
426 if (eth_flags & FLAG_16BIT) { in ns8390_transmit()
474 if (eth_flags & FLAG_16BIT) { in ns8390_transmit()
531 if (eth_flags & FLAG_16BIT) { in ns8390_poll()
584 if (eth_flags & FLAG_16BIT) { in ns8390_poll()
686 eth_flags = FLAG_16BIT; in eth_probe()
731 if (eth_flags & FLAG_16BIT) { in eth_probe()
917 eth_flags |= FLAG_16BIT; /* force 16-bit mode */ in eth_probe()
924 eth_flags |= FLAG_16BIT; in eth_probe()
940 eth_flags |= FLAG_16BIT; in eth_probe()
944 nic->node_addr[i] = romdata[i + ((eth_flags & FLAG_16BIT) ? i : 0)]; in eth_probe()
948 (eth_flags & FLAG_16BIT) ? '2' : '1', eth_nic_base, in eth_probe()