Searched refs:hdsp_write_4 (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/sound/pci/ |
| H A D | hdsp.c | 230 hdsp_write_4(sc, HDSP_PAGE_ADDR_BUF_OUT, paddr); in hdsp_map_dmabuf() 231 hdsp_write_4(sc, HDSP_PAGE_ADDR_BUF_IN, raddr); in hdsp_map_dmabuf() 292 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdsp_sysctl_input_level() 356 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdsp_sysctl_output_level() 420 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdsp_sysctl_phones_level() 555 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdsp_sysctl_clock_preference() 809 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdsp_init() 812 hdsp_write_4(sc, HDSP_CONTROL2_REG, HDSP_CONTROL2_9652_MIXER); in hdsp_init() 814 hdsp_write_4(sc, HDSP_CONTROL2_REG, 0); in hdsp_init() 832 hdsp_write_4(sc, HDSP_MIXER_BASE + offset, in hdsp_init() [all …]
|
| H A D | hdsp-pcm.c | 259 hdsp_write_4(sc, HDSP_MIXER_BASE + offset * sizeof(uint16_t), value); in hdsp_hw_mixer() 444 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdsp_start_audio() 455 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdsp_stop_audio() 888 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdspchan_setspeed() 892 hdsp_write_4(sc, HDSP_FREQ_REG, hdsp_freq_reg_value(hr->speed)); in hdspchan_setspeed() 953 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdspchan_setblocksize() 965 hdsp_write_4(sc, HDSP_RESET_POINTER, 0); in hdspchan_setblocksize() 967 hdsp_write_4(sc, HDSP_FREQ_REG, hdsp_freq_reg_value(sc->speed)); in hdspchan_setblocksize()
|
| H A D | hdsp.h | 265 #define hdsp_write_4(sc, regno, data) \ macro
|