Lines Matching refs:nextpipe
657 int nextpipe; in link_time_slot() local
679 nextpipe = pipe; in link_time_slot()
697 nextpipe = dbri->pipes[prevpipe].nextpipe; in link_time_slot()
699 while (dbri->pipes[nextpipe].cycle < cycle in link_time_slot()
700 && dbri->pipes[nextpipe].nextpipe != basepipe) { in link_time_slot()
701 prevpipe = nextpipe; in link_time_slot()
702 nextpipe = dbri->pipes[nextpipe].nextpipe; in link_time_slot()
713 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()
716 dbri->pipes[pipe].nextpipe = nextpipe; in link_time_slot()
725 *(cmd++) = D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()
731 *(cmd++) = D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()
740 int nextpipe) in unlink_time_slot() argument
755 *(cmd++) = D_TS_NEXT(nextpipe); in unlink_time_slot()
761 *(cmd++) = D_TS_NEXT(nextpipe); in unlink_time_slot()
1138 dbri->pipes[16].nextpipe = 16; in reset_chi()
1150 pipe = dbri->pipes[pipe].nextpipe) { in reset_chi()
1152 16, dbri->pipes[pipe].nextpipe); in reset_chi()
1156 pipe = dbri->pipes[pipe].nextpipe) { in reset_chi()
1158 16, dbri->pipes[pipe].nextpipe); in reset_chi()