Lines Matching refs:nextpipe
282 int nextpipe; /* Next pipe in linked list */ member
885 int prevpipe, int nextpipe, in link_time_slot() argument
893 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) { in link_time_slot()
901 || dbri->pipes[nextpipe].sdp == 0) { in link_time_slot()
907 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()
908 dbri->pipes[pipe].nextpipe = nextpipe; in link_time_slot()
926 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()
931 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()
945 int nextpipe)
952 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
963 *(cmd++) = D_TS_NEXT(nextpipe);
969 *(cmd++) = D_TS_NEXT(nextpipe);
1250 dbri->pipes[16].nextpipe = 16; in reset_chi()
2497 pptr->length, pptr->nextpipe); in dbri_debug_read()