Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/qbus/
H A Dts.c206 #define TS_UNIT(dev) (minor(dev)&03) macro
829 struct ts_softc *sc = device_lookup_private(&ts_cd, TS_UNIT(dev)); in tsopen()
888 struct ts_softc *sc = device_lookup_private(&ts_cd, TS_UNIT(dev)); in tsclose()
916 struct ts_softc *sc = device_lookup_private(&ts_cd, TS_UNIT(bp->b_dev)); in tsstrategy()
943 struct ts_softc * const sc = device_lookup_private(&ts_cd, TS_UNIT(dev)); in tsioctl()