Home
last modified time | relevance | path

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

/linux-4.4.14/sound/sparc/
Ddbri.c885 int prevpipe, int nextpipe, in link_time_slot() argument
892 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE in link_time_slot()
900 || dbri->pipes[prevpipe].sdp == 0 in link_time_slot()
907 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()
919 if (prevpipe == 16 && cycle == 0) in link_time_slot()
922 val = D_DTS_VO | D_DTS_INS | D_DTS_PRVOUT(prevpipe) | pipe; in link_time_slot()
928 val = D_DTS_VI | D_DTS_INS | D_DTS_PRVIN(prevpipe) | pipe; in link_time_slot()
944 enum in_or_out direction, int prevpipe,
951 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE
961 val = D_DTS_VI | D_DTS_DEL | D_DTS_PRVIN(prevpipe) | pipe;
[all …]