Searched refs:wordlength (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/8390/ ! |
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() 312 if (wordlength) { /* No Tx pages to skip over to get to Rx */ in el2_probe1() 329 if (wordlength) { in el2_probe1() 339 ei_status.word16 = wordlength; in el2_probe1() 364 dev->name, ei_status.name, (wordlength+1)<<3, in el2_probe1() 372 dev->name, ei_status.name, (wordlength+1)<<3); in el2_probe1()
|
D | ne.c | 290 int wordlength = 2; in ne_probe1() local 388 wordlength = 1; in ne_probe1() 391 if (wordlength == 2) in ne_probe1() 427 name = (wordlength == 2) ? "NE2000" : "NE1000"; in ne_probe1() 431 name = (wordlength == 2) ? "Ctron-8" : "Ctron-16"; in ne_probe1() 433 stop_page = (wordlength == 2) ? 0x40 : 0x20; in ne_probe1() 446 if (wordlength == 2) in ne_probe1() 522 ei_status.word16 = (wordlength == 2 && (DCR_VAL & 0x01)); in ne_probe1()
|
D | ne-h8300.c | 215 int wordlength = 2; in ne_probe1() local 291 wordlength = 1; in ne_probe1() 296 name = (wordlength == 2) ? "NE2000" : "NE1000"; in ne_probe1() 324 ei_status.word16 = (wordlength == 2); in ne_probe1()
|
D | ax88796.c | 700 if (ax->plat->wordlength == 2) in ax_init_dev() 724 if (ax->plat->wordlength == 2) { in ax_init_dev() 752 ei_local->word16 = (ax->plat->wordlength == 2); in ax_init_dev()
|
/linux-3.4.99/include/net/ ! |
D | ax88796.h | 22 unsigned char wordlength; /* 1 or 2 */ member
|
/linux-3.4.99/arch/arm/mach-pxa/ ! |
D | colibri-pxa300.c | 71 .wordlength = 2,
|
D | colibri-pxa320.c | 108 .wordlength = 2,
|
/linux-3.4.99/arch/sh/boards/mach-highlander/ ! |
D | setup.c | 162 .wordlength = 2,
|
/linux-3.4.99/arch/arm/mach-s3c24xx/ ! |
D | mach-anubis.c | 295 .wordlength = 2,
|
D | mach-bast.c | 397 .wordlength = 2,
|