Searched refs:ASCUNIT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/mac68k/obio/
H A Dascvar.h31 #define ASCUNIT(d) ((d) & 0x7) macro
H A Dasc.c241 sc = device_lookup_private(&asc_cd, ASCUNIT(dev));
256 sc = device_lookup_private(&asc_cd, ASCUNIT(dev));
280 int unit = ASCUNIT(dev);
300 sc = device_lookup_private(&asc_cd, ASCUNIT(dev));

Completed in 89 milliseconds