Home
last modified time | relevance | path

Searched refs:SDLA_MAXIORANGE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsdladrv.h36 #define SDLA_MAXIORANGE 4 /* maximum I/O port range */ macro
65 unsigned char regs[SDLA_MAXIORANGE]; /* was written to registers */
/linux-2.4.37.9/drivers/net/wan/
Dsdladrv.c1363 for (i = 0; i < SDLA_MAXIORANGE; ++i) in sdla_init()
1777 for (j = 1; j < SDLA_MAXIORANGE; ++j) { in detect_s502a()
1824 for (j = 1; j < SDLA_MAXIORANGE; ++j) { in detect_s502e()
1862 for (j = 1; j < SDLA_MAXIORANGE; ++j) { in detect_s503()
Dsdlamain.c715 if (check_region(conf->ioport, SDLA_MAXIORANGE) && in check_s508_conflicts()
720 conf->ioport + SDLA_MAXIORANGE); in check_s508_conflicts()