Searched refs:BA0_MIDSR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | cs4281.c | 281 #define BA0_MIDSR 0x0494 /* MIDI Status (ro) */ macro 1715 (snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_TBF) == 0) { in snd_cs4281_midi_output_trigger() 1812 while ((snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_RBE) == 0) { in snd_cs4281_interrupt() 1818 while ((snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_TBF) == 0) { in snd_cs4281_interrupt()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | cs4281.c | 280 #define BA0_MIDSR 0x0494 /* MIDI Status (ro) */ macro 1680 (snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_TBF) == 0) { in snd_cs4281_midi_output_trigger() 1778 while ((snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_RBE) == 0) { in snd_cs4281_interrupt() 1784 while ((snd_cs4281_peekBA0(chip, BA0_MIDSR) & BA0_MIDSR_TBF) == 0) { in snd_cs4281_interrupt()
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 1401 while ((snd_cs46xx_peekBA0(chip, BA0_MIDSR) & MIDSR_RBE) == 0) { in snd_cs46xx_interrupt() 1407 while ((snd_cs46xx_peekBA0(chip, BA0_MIDSR) & MIDSR_TBF) == 0) { in snd_cs46xx_interrupt() 2650 (snd_cs46xx_peekBA0(chip, BA0_MIDSR) & MIDSR_TBF) == 0) { in snd_cs46xx_midi_output_trigger()
|
H A D | cs46xx.h | 89 #define BA0_MIDSR 0x00000494 macro
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 1390 while ((snd_cs46xx_peekBA0(chip, BA0_MIDSR) & MIDSR_RBE) == 0) { in snd_cs46xx_interrupt() 1396 while ((snd_cs46xx_peekBA0(chip, BA0_MIDSR) & MIDSR_TBF) == 0) { in snd_cs46xx_interrupt() 2635 (snd_cs46xx_peekBA0(chip, BA0_MIDSR) & MIDSR_TBF) == 0) { in snd_cs46xx_midi_output_trigger()
|
H A D | cs46xx.h | 89 #define BA0_MIDSR 0x00000494 macro
|
Completed in 24 milliseconds