Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Ddbrivar.h87 struct dbri_pipe { struct
88 uint32_t sdp; /* SDP command word */
89 enum direction direction;
90 int next; /* next pipe in linked list */
91 int prev; /* previous pipe in linked list */
92 int cycle; /* offset of timeslot (bits) */
93 int length; /* length of timeslot (bits) */
94 int desc; /* index of active descriptor */
95 volatile uint32_t *prec; /* pointer to received fixed data */