Home
last modified time | relevance | path

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

/openbmc/linux/sound/sparc/
H A Ddbri.c893 int prevpipe, int nextpipe, in link_time_slot() argument
900 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE in link_time_slot()
908 || dbri->pipes[prevpipe].sdp == 0 in link_time_slot()
915 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()
927 if (prevpipe == 16 && cycle == 0) in link_time_slot()
930 val = D_DTS_VO | D_DTS_INS | D_DTS_PRVOUT(prevpipe) | pipe; in link_time_slot()
936 val = D_DTS_VI | D_DTS_INS | D_DTS_PRVIN(prevpipe) | pipe; in link_time_slot()
952 enum in_or_out direction, int prevpipe,
959 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE
969 val = D_DTS_VI | D_DTS_DEL | D_DTS_PRVIN(prevpipe) | pipe;
[all …]