Home
last modified time | relevance | path

Searched refs:wordlength (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/8390/
H A Dapne.c198 int wordlength = 2; in apne_probe1() local
256 wordlength = 1; in apne_probe1()
264 if (wordlength == 2) in apne_probe1()
268 if (wordlength == 2) { in apne_probe1()
283 name = (wordlength == 2) ? "NE2000" : "NE1000"; in apne_probe1()
285 name = (wordlength == 2) ? "Ctron-8" : "Ctron-16"; in apne_probe1()
287 stop_page = (wordlength == 2) ? 0x40 : 0x20; in apne_probe1()
295 wordlength = 2; in apne_probe1()
327 ei_status.word16 = (wordlength == 2); in apne_probe1()
H A Dne.c294 int wordlength = 2; in ne_probe1() local
393 wordlength = 1; in ne_probe1()
396 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()
511 ei_status.word16 = (wordlength == 2 && (DCR_VAL & 0x01)); in ne_probe1()
H A Dax88796.c715 if (ax->plat->wordlength == 2) in ax_init_dev()
739 if (ax->plat->wordlength == 2) { in ax_init_dev()
775 ei_local->word16 = (ax->plat->wordlength == 2); in ax_init_dev()
H A Dxsurf100.c281 ax88796_data.ax.wordlength = 2; in xsurf100_probe()
/linux/include/net/
H A Dax88796.h24 unsigned char wordlength; /* 1 or 2 */ member
/linux/arch/sh/boards/mach-highlander/
H A Dsetup.c159 .wordlength = 2,