Searched refs:prevpipe (Results 1 – 1 of 1) sorted by relevance
892 int prevpipe, int nextpipe, in link_time_slot() argument899 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE in link_time_slot()907 || dbri->pipes[prevpipe].sdp == 0 in link_time_slot()914 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()926 if (prevpipe == 16 && cycle == 0) in link_time_slot()929 val = D_DTS_VO | D_DTS_INS | D_DTS_PRVOUT(prevpipe) | pipe; in link_time_slot()935 val = D_DTS_VI | D_DTS_INS | D_DTS_PRVIN(prevpipe) | pipe; in link_time_slot()951 enum in_or_out direction, int prevpipe,958 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE968 val = D_DTS_VI | D_DTS_DEL | D_DTS_PRVIN(prevpipe) | pipe;[all …]