Searched refs:ASC_NUM_IOPORT_PROBE (Results 1 – 1 of 1) sorted by relevance
3564 #define ASC_NUM_IOPORT_PROBE 4 macro4213 STATIC int asc_ioport[ASC_NUM_IOPORT_PROBE] = { 0, 0, 0, 0 };4627 for (ioport = 0; ioport < ASC_NUM_IOPORT_PROBE; ioport++) { in ASC_INITFUNC()4674 for (; ioport < ASC_NUM_IOPORT_PROBE; ioport++) { in ASC_INITFUNC()6274 if (ints[0] > ASC_NUM_IOPORT_PROBE) { in ASC_INITFUNC()6276 if ((ints[0] == ASC_NUM_IOPORT_PROBE + 1) && in ASC_INITFUNC()6277 (ints[ASC_NUM_IOPORT_PROBE + 1] >> 4 == 0xdeb)) { in ASC_INITFUNC()6278 asc_dbglvl = ints[ASC_NUM_IOPORT_PROBE + 1] & 0xf; in ASC_INITFUNC()6282 ASC_NUM_IOPORT_PROBE); in ASC_INITFUNC()6296 for (i = 1; i <= ints[0] && i <= ASC_NUM_IOPORT_PROBE; i++) { in ASC_INITFUNC()