Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dxmm7360.c1931 #define DEVUNIT(x) ((minor(x) & 0x70) >> 4) macro
2444 int unit = DEVUNIT(dev); in wwancopen()
2496 struct wwanc_softc *sc = device_lookup_private(&wwanc_cd, DEVUNIT(dev)); in wwancread()
2551 struct wwanc_softc *sc = device_lookup_private(&wwanc_cd, DEVUNIT(dev)); in wwancwrite()
2600 struct wwanc_softc *sc = device_lookup_private(&wwanc_cd, DEVUNIT(dev)); in wwancioctl()
2621 struct wwanc_softc *sc = device_lookup_private(&wwanc_cd, DEVUNIT(dev)); in wwancclose()
2641 struct wwanc_softc *sc = device_lookup_private(&wwanc_cd, DEVUNIT(dev)); in wwanctty()
2711 struct wwanc_softc *sc = device_lookup_private(&wwanc_cd, DEVUNIT(dev)); in wwancpoll()
2828 struct wwanc_softc *sc = device_lookup_private(&wwanc_cd, DEVUNIT(dev)); in wwanckqfilter()