Home | History | Annotate | Download | only in netboot

Lines Matching refs:FLAG_16BIT

47 	{"WD8013EBT",	TYPE_WD8013EBT,	FLAG_16BIT,		MEM_16384},
50 {"WD8013W", TYPE_WD8013W, FLAG_16BIT, MEM_16384},
53 {"WD8013WC", TYPE_WD8013WC, FLAG_16BIT, MEM_16384},
54 {"WD8013EPC", TYPE_WD8013EPC, FLAG_16BIT, MEM_16384},
55 {"SMC8216T", TYPE_SMC8216T, FLAG_16BIT | FLAG_790, MEM_16384},
56 {"SMC8216C", TYPE_SMC8216C, FLAG_16BIT | FLAG_790, MEM_16384},
57 {"SMC8416T", TYPE_SMC8416T, FLAG_16BIT | FLAG_790, MEM_8192},
58 {"SMC8416C/BT", TYPE_SMC8416C, FLAG_16BIT | FLAG_790, MEM_8192},
59 {"SMC8013EBP", TYPE_SMC8013EBP,FLAG_16BIT, MEM_16384},
110 if (eth_flags & FLAG_16BIT) { ++cnt; cnt &= ~1; }
126 if (eth_flags & FLAG_16BIT)
135 if (eth_flags & FLAG_16BIT) {
156 if (eth_flags & FLAG_16BIT) { ++cnt; cnt &= ~1; }
174 if (eth_flags & FLAG_16BIT)
184 if (eth_flags & FLAG_16BIT) {
230 if (eth_flags & FLAG_16BIT)
361 if (eth_flags & FLAG_16BIT) {
381 if (eth_flags & FLAG_16BIT) {
457 if (eth_flags & FLAG_16BIT) {
506 if (eth_flags & FLAG_16BIT) {
576 eth_flags = FLAG_16BIT;
609 if (eth_flags & FLAG_16BIT) {
784 eth_flags |= FLAG_16BIT; /* force 16-bit mode */
791 eth_flags |= FLAG_16BIT;
807 eth_flags |= FLAG_16BIT;
811 nic->node_addr[i] = romdata[i + ((eth_flags & FLAG_16BIT) ? i : 0)];
814 (eth_flags & FLAG_16BIT) ? '2' : '1', eth_nic_base,