Searched refs:dsp_out_data (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/audio/ |
H A D | sb16.c | 396 static inline void dsp_out_data (SB16State *s, uint8_t val) in dsp_out_data() function 439 dsp_out_data (s, 0x10); /* s->csp_param); */ in command() 459 dsp_out_data (s, 0xf8); in command() 480 dsp_out_data (s, 0xff); in command() 506 dsp_out_data (s, 0xaa); in command() 600 dsp_out_data (s, s->ver & 0xff); in command() 601 dsp_out_data (s, s->ver >> 8); in command() 612 dsp_out_data (s, e3[i]); in command() 625 dsp_out_data (s, s->test_reg); in command() 630 dsp_out_data (s, 0xaa); in command() [all …]
|