Home
last modified time | relevance | path

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

/original-bsd/sys/news3400/iodev/
H A Dscsireg.h188 struct un_type1 { struct
200 } un_type1; member
244 #define sc_ladhi sc_cdb.un_type1.t1_ladhi
245 #define sc_ladlo sc_cdb.un_type1.t1_ladlo
246 #define sc_pmi sc_cdb.un_type1.t1_p3
H A Dsd.c1128 uscsi.sc_cdb.un_type1.t1_ladhi = (SDDL_GLIST|SDDL_PHYSFMT) << 8;
1129 uscsi.sc_cdb.un_type1.t1_p3 = 4;
1989 sc->sc_cdb.un_type1.t1_opcode =
2003 sc->sc_cdb.un_type1.t1_p2 = v >> 8;
2004 sc->sc_cdb.un_type1.t1_p3 = v;
2007 *(u_int *)(&sc->sc_cdb.un_type1.t1_ladhi) =
2010 *(u_short *)(&sc->sc_cdb.un_type1.t1_p2) =