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

  /src/sys/arch/luna68k/stand/boot/
boot.c 126 uint adpt, ctlr, id; local in function:bootnetbsd
131 ctlr = CTLR(unit);
133 bootdev = MAKEBOOTDEV(0, adpt, ctlr, id, part);
devopen.c 173 if (unit < 0 || CTLR(unit) >= 2 || TARGET(unit) > 7) {
samachdep.h 211 #define UNIT(ctlr, target) ((ctlr) * 10 + (target))
212 #define CTLR(unit) ((unit) / 10)
sd.c 141 sc->sc_ctlr = CTLR(unit);
186 if (unit < 0 || CTLR(unit) >= 2 || TARGET(unit) >= 7)
265 printf("sdstrategy: ctlr = %d, target = %d\n", sc->sc_ctlr, sc->sc_tgt);

Completed in 14 milliseconds