Searched refs:APM_MINOR_VERS (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/apm/
H A Dapmbios.h110 #define APM_MINOR_VERS(info) ((info)&0xff) macro
H A Dapm.c569 APM_MINOR_VERS(sc->sc_vers) == 2) {
577 APM_MINOR_VERS(sc->sc_vers) == 1) {
603 switch ((APM_MAJOR_VERS(sc->sc_vers) << 8) + APM_MINOR_VERS(sc->sc_vers)) {
/netbsd-current/sys/dev/hpc/apm/
H A Dapmdev.c580 APM_MINOR_VERS(sc->sc_vers) == 2) {
588 APM_MINOR_VERS(sc->sc_vers) == 1) {
654 switch ((APM_MAJOR_VERS(sc->sc_vers) << 8) + APM_MINOR_VERS(sc->sc_vers)) {

Completed in 93 milliseconds