Home
last modified time | relevance | path

Searched refs:wait_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/sparc/
H A Ddbri.c692 static int wait_id = 0; in dbri_cmdsend() local
694 wait_id++; in dbri_cmdsend()
695 wait_id &= 0xffff; /* restrict it to a 16 bit counter. */ in dbri_cmdsend()
696 *(cmd) = DBRI_CMD(D_WAIT, 1, wait_id); in dbri_cmdsend()
697 *(cmd+1) = DBRI_CMD(D_WAIT, 1, wait_id); in dbri_cmdsend()
/kernel/linux/linux-6.6/sound/sparc/
H A Ddbri.c691 static int wait_id; in dbri_cmdsend() local
693 wait_id++; in dbri_cmdsend()
694 wait_id &= 0xffff; /* restrict it to a 16 bit counter. */ in dbri_cmdsend()
695 *(cmd) = DBRI_CMD(D_WAIT, 1, wait_id); in dbri_cmdsend()
696 *(cmd+1) = DBRI_CMD(D_WAIT, 1, wait_id); in dbri_cmdsend()

Completed in 8 milliseconds