Searched defs:dbri_pipe (Results 1 – 1 of 1) sorted by relevance
87 struct dbri_pipe { struct88 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 */