Searched refs:AHDI_MKPID (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Dahdi.h35 #define AHDI_MKPID(x,y,z) ( ((u_int32_t)(x) << 16) \ macro
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('
[all...]
H A Dahdilbl.h76 #define AHDI_MKPID(x,y,z) ( ((u_int32_t)(x) << 16) \ macro
80 #define AHDI_PID_XGM AHDI_MKPID('X','G','M')
81 #define AHDI_PID_GEM AHDI_MKPID('G','E','M')
82 #define AHDI_PID_BGM AHDI_MKPID('B','G','M')
83 #define AHDI_PID_RAW AHDI_MKPID('R','A','W')
84 #define AHDI_PID_SWP AHDI_MKPID('S','W','P')
85 #define AHDI_PID_NBD AHDI_MKPID('N','B','D')
86 #define AHDI_PID_NBR AHDI_MKPID('N','B','R')
87 #define AHDI_PID_NBS AHDI_MKPID('N','B','S')
88 #define AHDI_PID_NBU AHDI_MKPID('
[all...]
/netbsd-current/sys/arch/atari/include/
H A Dahdilabel.h39 #define AHDI_MKPID(x,y,z) ( ((u_int32_t)(x) << 16) \ macro
43 #define AHDI_PID_XGM AHDI_MKPID('X','G','M')
44 #define AHDI_PID_GEM AHDI_MKPID('G','E','M')
45 #define AHDI_PID_BGM AHDI_MKPID('B','G','M')
46 #define AHDI_PID_RAW AHDI_MKPID('R','A','W')
47 #define AHDI_PID_SWP AHDI_MKPID('S','W','P')
48 #define AHDI_PID_NBD AHDI_MKPID('N','B','D')
49 #define AHDI_PID_NBR AHDI_MKPID('N','B','R')
50 #define AHDI_PID_NBS AHDI_MKPID('N','B','S')
51 #define AHDI_PID_NBU AHDI_MKPID('
[all...]
/netbsd-current/sys/arch/atari/stand/tostools/aptck/
H A Dahdilbl.h76 #define AHDI_MKPID(x,y,z) ( ((u_int32_t)(x) << 16) \ macro
80 #define AHDI_PID_XGM AHDI_MKPID('X','G','M')
81 #define AHDI_PID_GEM AHDI_MKPID('G','E','M')
82 #define AHDI_PID_BGM AHDI_MKPID('B','G','M')
83 #define AHDI_PID_RAW AHDI_MKPID('R','A','W')
84 #define AHDI_PID_SWP AHDI_MKPID('S','W','P')
85 #define AHDI_PID_NBD AHDI_MKPID('N','B','D')
86 #define AHDI_PID_NBR AHDI_MKPID('N','B','R')
87 #define AHDI_PID_NBS AHDI_MKPID('N','B','S')
88 #define AHDI_PID_NBU AHDI_MKPID('
[all...]
/netbsd-current/sys/arch/atari/stand/ahdilabel/
H A Dcheck.c66 if (AHDI_MKPID (ptable->parts[i].id[0],
73 if (AHDI_MKPID (ptable->parts[i].id[0],
H A Dwritedtab.c76 pid = AHDI_MKPID (ptable->parts[i].id[0],
H A Dread.c144 if (AHDI_MKPID (part->ap_id[0], part->ap_id[1],
236 pid = AHDI_MKPID (ptable->parts[i].id[0],
H A Dwrite.c139 if (!nbdsec && AHDI_MKPID (ptable->parts[i].id[0],
252 if (!nbdsec && AHDI_MKPID (ptable->parts[i].id[0],

Completed in 254 milliseconds