Home
last modified time | relevance | path

Searched refs:prevpipe (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/sound/sparc/
Ddbri.c894 int prevpipe, int nextpipe, in link_time_slot() argument
901 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE in link_time_slot()
909 || dbri->pipes[prevpipe].sdp == 0 in link_time_slot()
916 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()
928 if (prevpipe == 16 && cycle == 0) in link_time_slot()
931 val = D_DTS_VO | D_DTS_INS | D_DTS_PRVOUT(prevpipe) | pipe; in link_time_slot()
937 val = D_DTS_VI | D_DTS_INS | D_DTS_PRVIN(prevpipe) | pipe; in link_time_slot()
953 enum in_or_out direction, int prevpipe,
960 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE
970 val = D_DTS_VI | D_DTS_DEL | D_DTS_PRVIN(prevpipe) | pipe;
[all …]