Home
last modified time | relevance | path

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

/linux-4.4.14/sound/sparc/
Ddbri.c250 #define DBRI_MAX_PIPE (DBRI_NO_PIPES - 1) macro
819 if (pipe < 0 || pipe > DBRI_MAX_PIPE) { in reset_pipe()
855 if (pipe < 0 || pipe > DBRI_MAX_PIPE) { in setup_pipe()
891 if (pipe < 0 || pipe > DBRI_MAX_PIPE in link_time_slot()
892 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE in link_time_slot()
893 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) { in link_time_slot()
950 if (pipe < 0 || pipe > DBRI_MAX_PIPE
951 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE
952 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
998 if (pipe < 16 || pipe > DBRI_MAX_PIPE) { in xmit_fixed()
[all …]