Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dns8390.c69 {"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)
[all …]
Dne2k_isa.c54 if (eth_flags & FLAG_16BIT) in eth_pio_read()
58 if (eth_flags & FLAG_16BIT) { in eth_pio_read()
78 if (eth_flags & FLAG_16BIT) in eth_pio_write()
83 if (eth_flags & FLAG_16BIT) { in eth_pio_write()
175 eth_flags |= FLAG_16BIT; in ne_probe()
193 eth_flags |= FLAG_16BIT; in ne_probe()
197 nic->node_addr[i] = romdata[i + ((eth_flags & FLAG_16BIT) ? i : 0)]; in ne_probe()
201 (eth_flags & FLAG_16BIT) ? '2' : '1', eth_nic_base, eth_ntoa( in ne_probe()
235 if (eth_flags & FLAG_16BIT) in ne_reset()
Dns8390.h17 #define FLAG_16BIT 0x02 macro