Home | History | Annotate | Download | only in libtos

Lines Matching defs:AHDI_MKPID

35 #define AHDI_MKPID(x,y,z)	(   ((u_int32_t)(x) << 16)	\
39 #define AHDI_PID_XGM AHDI_MKPID('X','G','M')
40 #define AHDI_PID_GEM AHDI_MKPID('G','E','M')
41 #define AHDI_PID_BGM AHDI_MKPID('B','G','M')
42 #define AHDI_PID_RAW AHDI_MKPID('R','A','W')
43 #define AHDI_PID_SWP AHDI_MKPID('S','W','P')
44 #define AHDI_PID_NBD AHDI_MKPID('N','B','D')
45 #define AHDI_PID_NBR AHDI_MKPID('N','B','R')
46 #define AHDI_PID_NBS AHDI_MKPID('N','B','S')
47 #define AHDI_PID_NBU AHDI_MKPID('N','B','U')