Home
last modified time | relevance | path

Searched refs:SV_LAST_CLASS (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/
H A Dsv.c815 #define SV_LAST_CLASS 2 macro
859 #define SV_FIRST_MIXER (SV_LAST_CLASS + 1)
860 #define SV_LAST_MIXER (SV_DEVICES_PER_PORT * (ARRAY_SIZE(ports)) + SV_LAST_CLASS)
874 if (dip->index <= SV_LAST_CLASS) { in sv_query_devinfo()