Searched refs:ESO_bytes (Results 1 – 1 of 1) sorted by relevance
1006 unsigned int val, ESO_bytes; in snd_trident_capture_prepare() local1023 ESO_bytes = snd_pcm_lib_buffer_bytes(substream) - 1; in snd_trident_capture_prepare()1024 outb((ESO_bytes & 0x00ff0000) >> 16, TRID_REG(trident, LEGACY_DMAR6)); in snd_trident_capture_prepare()1025 outw((ESO_bytes & 0x0000ffff), TRID_REG(trident, LEGACY_DMAR4)); in snd_trident_capture_prepare()1026 ESO_bytes++; in snd_trident_capture_prepare()1034 val = (unsigned short) ((ESO_bytes >> 1) - 1); in snd_trident_capture_prepare()1036 val = (unsigned short) (ESO_bytes - 1); in snd_trident_capture_prepare()