Searched refs:ESO_bytes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident_main.c | 1014 unsigned int val, ESO_bytes; in snd_trident_capture_prepare() local 1031 ESO_bytes = snd_pcm_lib_buffer_bytes(substream) - 1; in snd_trident_capture_prepare() 1032 outb((ESO_bytes & 0x00ff0000) >> 16, TRID_REG(trident, LEGACY_DMAR6)); in snd_trident_capture_prepare() 1033 outw((ESO_bytes & 0x0000ffff), TRID_REG(trident, LEGACY_DMAR4)); in snd_trident_capture_prepare() 1034 ESO_bytes++; in snd_trident_capture_prepare() 1042 val = (unsigned short) ((ESO_bytes >> 1) - 1); in snd_trident_capture_prepare() 1044 val = (unsigned short) (ESO_bytes - 1); in snd_trident_capture_prepare()
|
/kernel/linux/linux-6.6/sound/pci/trident/ |
H A D | trident_main.c | 1014 unsigned int val, ESO_bytes; in snd_trident_capture_prepare() local 1031 ESO_bytes = snd_pcm_lib_buffer_bytes(substream) - 1; in snd_trident_capture_prepare() 1032 outb((ESO_bytes & 0x00ff0000) >> 16, TRID_REG(trident, LEGACY_DMAR6)); in snd_trident_capture_prepare() 1033 outw((ESO_bytes & 0x0000ffff), TRID_REG(trident, LEGACY_DMAR4)); in snd_trident_capture_prepare() 1034 ESO_bytes++; in snd_trident_capture_prepare() 1042 val = (unsigned short) ((ESO_bytes >> 1) - 1); in snd_trident_capture_prepare() 1044 val = (unsigned short) (ESO_bytes - 1); in snd_trident_capture_prepare()
|
Completed in 10 milliseconds