Searched refs:word16 (Results 1 – 25 of 28) sorted by relevance
12
170 int word16 = 0; /* 0 = 8 bit, 1 = 16 bit */ in wd_probe1() local206 case 0x03: word16 = 0; model_name = "PDI8023-8"; break; in wd_probe1()207 case 0x05: word16 = 0; model_name = "PDUC8023"; break; in wd_probe1()208 case 0x0a: word16 = 1; model_name = "PDI8023-16"; break; in wd_probe1()210 default: word16 = 0; model_name = "PDI8023"; break; in wd_probe1()227 word16 = 0; in wd_probe1()238 word16 = 1; /* We have a 16bit board here! */ in wd_probe1()241 word16 = 0; in wd_probe1()246 if ( !ancient && (inb(ioaddr+1) & 0x01) != (word16 & 0x01)) in wd_probe1()248 word16 ? 16 : 8, (inb(ioaddr+1) & 0x01) ? 16 : 8); in wd_probe1()[all …]
63 #define NE_DATAPORT (ei_status.word16?0x20:0x10) /* NatSemi-defined port window offset. */64 #define NE_RESET (ei_status.word16?0x3f:0x1f) /* Issue a read to reset, a write to clear. */65 #define NE_IO_EXTENT (ei_status.word16?0x40:0x20)281 ei_status.word16 = (bus_width == 0); /* temporary setting */ in ne_probe1()324 ei_status.word16 = (wordlength == 2); in ne_probe1()418 if (ei_status.word16) { in ne_get_8390_hdr()460 if (ei_status.word16) in ne_block_input()519 if (ei_status.word16 && (count & 0x01)) in ne_block_output()562 if (ei_status.word16) { in ne_block_output()
202 ei_status.word16 = wordmode; in hp_probe1()259 if (ei_status.word16) in hp_get_8390_hdr()287 if (ei_status.word16) { in hp_block_input()318 if (ei_status.word16 && (count & 0x01)) in hp_block_output()343 if (ei_status.word16) { in hp_block_output()
330 ei_status.word16 = (wordlength == 2); in apne_probe1()404 if (ei_status.word16) { in apne_get_8390_hdr()449 if (ei_status.word16) { in apne_block_input()479 if (ei_status.word16 && (count & 0x01)) in apne_block_output()502 if (ei_status.word16) { in apne_block_output()
475 ei_status.word16 = (2 == 2); in ne2_probe1()557 if (ei_status.word16) in ne_get_8390_hdr()597 if (ei_status.word16) { in ne_block_input()647 if (ei_status.word16 && (count & 0x01)) in ne_block_output()691 if (ei_status.word16) { in ne_block_output()
522 ei_status.word16 = (wordlength == 2 && (DCR_VAL & 0x01)); in ne_probe1()604 if (ei_status.word16) in ne_get_8390_hdr()643 if (ei_status.word16) in ne_block_input()699 if (ei_status.word16 && (count & 0x01)) in ne_block_output()742 if (ei_status.word16) { in ne_block_output()
329 if (count & 1 && ei_local->word16) in etherh_block_output()355 if (ei_local->word16) in etherh_block_output()405 if (ei_local->word16) { in etherh_block_input()444 if (ei_local->word16) in etherh_get_header()745 ei_local->word16 = 1; in etherh_probe()
193 if (ei_local->word16) in ax_get_8390_hdr()239 if (ei_local->word16) { in ax_block_input()263 if (ei_local->word16 && (count & 0x01)) in ax_block_output()288 if (ei_local->word16) in ax_block_output()752 ei_local->word16 = (ax->plat->wordlength == 2); in ax_init_dev()780 ei_local->word16 ? 16 : 8, dev->irq, dev->base_addr, in ax_init_dev()
98 static const int word16[] = { variable535 ei_status.word16 = word16[type]; in mac8390_initdev()
84 unsigned word16:1; /* We have the 16-bit (vs 8-bit) version of the card. */ member
339 ei_status.word16 = wordlength; in el2_probe1()517 if (ei_status.word16) /* Tx packets go into bank 0 on EL2/16 card */ in el2_block_output()
134 ei_status.word16 = 1; in stnic_probe()
153 ei_status.word16 = 1; in hydra_init()
188 ei_status.word16 = 1; in ne3210_eisa_probe()
271 ei_status.word16 = 1; in ultra32_probe1()
279 ei_status.word16 = 1; in es_probe1()
268 ei_status.word16 = 1; in lne390_probe1()
237 ei_status.word16 = 1; in e21_probe1()
381 ei_status.word16 = 1; in ultramca_probe()
262 ei_status.word16 = 1; in ac_probe1()
375 ei_status.word16 = 1; in zorro8390_init()
248 ei_status.word16 = 0; /* Agggghhhhh! Debug time: 2 days! */ in hpp_probe1()
292 ei_status.word16 = 1; in ultra_probe1()
354 ei_status.word16 = 1; in ne2k_pci_init_one()
308 ei_status.word16 = 1; in axnet_config()1649 int endcfg = ei_local->word16 ? (0x48 | ENDCFG_WTS) : 0x48; in AX88190_init()