Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dsb16.c675 uint8_t hi = dsp_get_data (s); in dsp_get_lohi()
676 uint8_t lo = dsp_get_data (s); in dsp_get_lohi()
682 uint8_t lo = dsp_get_data (s); in dsp_get_hilo()
683 uint8_t hi = dsp_get_data (s); in dsp_get_hilo()
694 d2 = dsp_get_data (s); in complete()
695 d1 = dsp_get_data (s); in complete()
696 d0 = dsp_get_data (s); in complete()
726 d0 = dsp_get_data (s); in complete()
727 d1 = dsp_get_data (s); in complete()
740 d0 = dsp_get_data (s); in complete()
[all …]