Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/lola/
Dlola.c88 if (chip->rirb.cmds < LOLA_CORB_ENTRIES - 1) { in corb_send_verb()
90 wp %= LOLA_CORB_ENTRIES; in corb_send_verb()
122 chip->rirb.rp %= LOLA_CORB_ENTRIES; in lola_update_rirb()
Dlola.h177 #define LOLA_CORB_ENTRIES 256 macro