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

/netbsd-current/sys/dev/ic/
H A Dssdfb.c1137 #define WSDISPLAYMINOR(unit, screen) (((unit) << 8) | (screen)) macro
1139 WSDISPLAYMINOR(device_unit(sc->sc_wsdisplay), 0));
/netbsd-current/sys/dev/wscons/
H A Dwsdisplay.c227 #define WSDISPLAYMINOR(unit, screen) (((unit) << 8) | (screen)) macro
520 mn = WSDISPLAYMINOR(device_unit(sc->sc_dev), idx);
655 cn_tab->cn_dev = makedev(maj, WSDISPLAYMINOR(device_unit(self),

Completed in 125 milliseconds