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

  /src/sys/arch/amiga/dev/
msc.c 301 for (Count = 0; Count < 8 && MSCSLOTUL(unit, Count) < MSCSLOTS; Count++) {
302 msc = &mscdev[MSCSLOTUL(unit, Count)];
310 msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, Count))] = NULL;
311 msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, Count)) + 1] = NULL;
315 if (MSCSLOTUL(unit, NUMLINES) < MSCSLOTS)
316 mscdev[MSCSLOTUL(unit, NUMLINES)].active = 0;
587 maxslot = MSCSLOTUL(unit, NUMLINES);
591 msc = &mscdev[MSCSLOTUL(unit, 0)];
608 msc = &mscdev[MSCSLOTUL(unit, i)];
614 if ((tp = msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, i))]) &
    [all...]
mscreg.h 232 #define MSCSLOTUL(unit,line) (((unit)<<3)+(line))

Completed in 14 milliseconds