HomeSort by: relevance | last modified time | path
    Searched refs:MSCSLOTS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/dev/
mscreg.h 223 #define MSCSLOTS ((NMSC-1)*8+7)
226 #define MSCTTYS (MSCSLOTS*2)
msc.c 158 struct mscdevice mscdev[MSCSLOTS]; /* device structs for all lines */
301 for (Count = 0; Count < 8 && MSCSLOTUL(unit, Count) < MSCSLOTS; Count++) {
315 if (MSCSLOTUL(unit, NUMLINES) < MSCSLOTS)
340 if (slot >= MSCSLOTS)
492 if (slot >= MSCSLOTS)
588 if (maxslot > MSCSLOTS)
589 maxslot = MSCSLOTS;
801 if (slot >= MSCSLOTS)
902 if (slot >= MSCSLOTS)
967 if (slot >= MSCSLOTS)
    [all...]

Completed in 15 milliseconds