Home
last modified time | relevance | path

Searched defs:scsidevice (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dscsireg.h41 struct scsidevice { struct
42 volatile uint8_t scsi_bdid, p0, p1, p2; /* 000 */
43 volatile uint8_t scsi_sctl, p3, p4, p5; /* 004 */
52 volatile uint8_t scsi_scmd, p6, p7, p8; /* 008 */
67 volatile uint8_t scsi_tmod, p9, p10, p11; /* 00C */
69 volatile uint8_t scsi_ints, p12, p13, p14; /* 010 */
78 volatile uint8_t scsi_psns, p15, p16, p17; /* 014 */
86 volatile uint8_t scsi_ssts, p18, p19, p20; /* 018 */
96 volatile uint8_t scsi_serr, p21, p22, p23; /* 01C */
104 volatile uint8_t scsi_pctl, p24, p25, p26; /* 020 */
[all …]
/netbsd-src/sys/arch/hp300/stand/common/
H A Dscsireg.h43 struct scsidevice { struct
44 u_char p0, scsi_id;
48 u_char p2, scsi_csr;
56 u_char p4, scsi_wrap;
63 u_char p6, scsi_hconf;
68 u_char p8[24];
69 u_char p32, scsi_bdid;
70 u_char p34, scsi_sctl;
79 u_char p36, scsi_scmd;
94 u_char p38, scsi_tmod;
[all …]