Home
last modified time | relevance | path

Searched refs:word16 (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.4.37.9/drivers/net/
Dwd.c128 int word16 = 0; /* 0 = 8 bit, 1 = 16 bit */ in wd_probe1() local
162 case 0x03: word16 = 0; model_name = "PDI8023-8"; break; in wd_probe1()
163 case 0x05: word16 = 0; model_name = "PDUC8023"; break; in wd_probe1()
164 case 0x0a: word16 = 1; model_name = "PDI8023-16"; break; in wd_probe1()
166 default: word16 = 0; model_name = "PDI8023"; break; in wd_probe1()
183 word16 = 0; in wd_probe1()
194 word16 = 1; /* We have a 16bit board here! */ in wd_probe1()
197 word16 = 0; in wd_probe1()
202 if ( !ancient && (inb(ioaddr+1) & 0x01) != (word16 & 0x01)) in wd_probe1()
204 word16 ? 16 : 8, (inb(ioaddr+1) & 0x01) ? 16 : 8); in wd_probe1()
[all …]
Dhp.c188 ei_status.word16 = wordmode; in hp_probe1()
258 if (ei_status.word16) in hp_get_8390_hdr()
286 if (ei_status.word16) { in hp_block_input()
317 if (ei_status.word16 && (count & 0x01)) in hp_block_output()
342 if (ei_status.word16) { in hp_block_output()
Doaknet.c204 ei_status.word16 = FALSE; in oaknet_init()
362 if (ei_status.word16) in oaknet_get_8390_hdr()
409 if (ei_status.word16) { in oaknet_block_input()
491 if (ei_status.word16 && (count & 0x1)) in oaknet_block_output()
583 if (ei_status.word16) { in oaknet_block_output()
Dapne.c302 ei_status.word16 = (wordlength == 2); in apne_probe1()
393 if (ei_status.word16) { in apne_get_8390_hdr()
438 if (ei_status.word16) { in apne_block_input()
468 if (ei_status.word16 && (count & 0x01)) in apne_block_output()
491 if (ei_status.word16) { in apne_block_output()
Dne2.c472 ei_status.word16 = (2 == 2); in ne2_probe1()
562 if (ei_status.word16) in ne_get_8390_hdr()
602 if (ei_status.word16) { in ne_block_input()
652 if (ei_status.word16 && (count & 0x01)) in ne_block_output()
696 if (ei_status.word16) { in ne_block_output()
Dne.c466 ei_status.word16 = (wordlength == 2); in ne_probe1()
557 if (ei_status.word16) in ne_get_8390_hdr()
596 if (ei_status.word16) in ne_block_input()
652 if (ei_status.word16 && (count & 0x01)) in ne_block_output()
695 if (ei_status.word16) { in ne_block_output()
Dmac8390.c96 static int word16[] = { variable
441 ei_status.word16 = word16[type]; in mac8390_initdev()
D8390.h66 unsigned word16:1; /* We have the 16-bit (vs 8-bit) version of the card. */ member
Dhydra.c151 ei_status.word16 = 1; in hydra_init()
D3c503.c295 ei_status.word16 = wordlength; in el2_probe1()
441 if (ei_status.word16) /* Tx packets go into bank 0 on EL2/16 card */ in el2_block_output()
Dstnic.c148 ei_status.word16 = 1; in stnic_probe()
Dsmc-ultra32.c228 ei_status.word16 = 1; in ultra32_probe1()
Dsmc-mca.c297 ei_status.word16 = 1; in ultramca_probe()
Dlne390.c261 ei_status.word16 = 1; in lne390_probe1()
Dne3210.c248 ei_status.word16 = 1; in ne3210_probe1()
De2100.c208 ei_status.word16 = 1; in e21_probe1()
Des3210.c260 ei_status.word16 = 1; in es_probe1()
Dac3200.c237 ei_status.word16 = 1; in ac_probe1()
Dzorro8390.c221 ei_status.word16 = 1; in zorro8390_init()
Dhp-plus.c217 ei_status.word16 = 0; /* Agggghhhhh! Debug time: 2 days! */ in hpp_probe1()
Dsmc-ultra.c249 ei_status.word16 = 1; in ultra_probe1()
Dne2k-pci.c341 ei_status.word16 = 1; in ne2k_pci_init_one()
D8390.c1080 int endcfg = ei_local->word16 in NS8390_init()
/linux-2.4.37.9/drivers/acorn/net/
Detherh.c306 if (count & 1 && ei_local->word16) in etherh_block_output()
332 if (ei_local->word16) in etherh_block_output()
382 if (ei_local->word16) { in etherh_block_input()
421 if (ei_local->word16) in etherh_get_header()
696 ei_local->word16 = 1; in etherh_init_one()
/linux-2.4.37.9/drivers/net/pcmcia/
Daxnet_cs.c477 ei_status.word16 = 1; in axnet_config()
1877 int endcfg = ei_local->word16 ? (0x48 | ENDCFG_WTS) : 0x48; in AX88190_init()

12