Searched refs:wordlength (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ |
D | apne.c | 200 int wordlength = 2; in apne_probe1() local 258 wordlength = 1; in apne_probe1() 266 if (wordlength == 2) in apne_probe1() 270 if (wordlength == 2) { in apne_probe1() 285 name = (wordlength == 2) ? "NE2000" : "NE1000"; in apne_probe1() 287 name = (wordlength == 2) ? "Ctron-8" : "Ctron-16"; in apne_probe1() 289 stop_page = (wordlength == 2) ? 0x40 : 0x20; in apne_probe1() 297 wordlength = 2; in apne_probe1() 330 ei_status.word16 = (wordlength == 2); in apne_probe1()
|
D | 3c503.c | 193 int i, iobase_reg, membase_reg, saved_406, wordlength, retval; in el2_probe1() local 255 wordlength = inb_p(ioaddr + EN0_DCFG) & ENDCFG_WTS; in el2_probe1() 311 if (wordlength) { /* No Tx pages to skip over to get to Rx */ in el2_probe1() 328 if (wordlength) { in el2_probe1() 338 ei_status.word16 = wordlength; in el2_probe1() 366 dev->name, ei_status.name, (wordlength+1)<<3, in el2_probe1() 374 dev->name, ei_status.name, (wordlength+1)<<3); in el2_probe1()
|
D | ne.c | 291 int wordlength = 2; in ne_probe1() local 389 wordlength = 1; in ne_probe1() 392 if (wordlength == 2) in ne_probe1() 428 name = (wordlength == 2) ? "NE2000" : "NE1000"; in ne_probe1() 432 name = (wordlength == 2) ? "Ctron-8" : "Ctron-16"; in ne_probe1() 434 stop_page = (wordlength == 2) ? 0x40 : 0x20; in ne_probe1() 447 if (wordlength == 2) in ne_probe1() 523 ei_status.word16 = (wordlength == 2 && (DCR_VAL & 0x01)); in ne_probe1()
|
D | ne-h8300.c | 216 int wordlength = 2; in ne_probe1() local 292 wordlength = 1; in ne_probe1() 297 name = (wordlength == 2) ? "NE2000" : "NE1000"; in ne_probe1() 325 ei_status.word16 = (wordlength == 2); in ne_probe1()
|
D | ax88796.c | 697 if (ax->plat->wordlength == 2) in ax_init_dev() 721 if (ax->plat->wordlength == 2) { in ax_init_dev() 747 ei_status.word16 = (ax->plat->wordlength == 2); in ax_init_dev()
|