Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/dtv/
Ddtvif.h49 #define DTVDEV(x) ((minor(x) & 0xf0) >> 4) macro
51 #define ISDTVFRONTEND(x) (DTVDEV((x)) == DTV_DEVICE_FRONTEND)
52 #define ISDTVDEMUX(x) (DTVDEV((x)) == DTV_DEVICE_DEMUX)
53 #define ISDTVDVR(x) (DTVDEV((x)) == DTV_DEVICE_DVR)