Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dhdspe.c242 hdspe_write_4(sc, HDSPE_PAGE_ADDR_BUF_OUT + 4 * i, in hdspe_map_dmabuf()
244 hdspe_write_4(sc, HDSPE_PAGE_ADDR_BUF_IN + 4 * i, in hdspe_map_dmabuf()
307 hdspe_write_4(sc, HDSPE_SETTINGS_REG, sc->settings_register); in hdspe_sysctl_input_level()
371 hdspe_write_4(sc, HDSPE_SETTINGS_REG, sc->settings_register); in hdspe_sysctl_output_level()
435 hdspe_write_4(sc, HDSPE_SETTINGS_REG, sc->settings_register); in hdspe_sysctl_phones_level()
546 hdspe_write_4(sc, HDSPE_SETTINGS_REG, sc->settings_register); in hdspe_sysctl_clock_preference()
707 hdspe_write_4(sc, HDSPE_CONTROL_REG, sc->ctrl_register); in hdspe_init()
720 hdspe_write_4(sc, HDSPE_FREQ_REG, period); in hdspe_init()
733 hdspe_write_4(sc, HDSPE_SETTINGS_REG, sc->settings_register); in hdspe_init()
H A Dhdspe-pcm.c246 hdspe_write_4(sc, HDSPE_MIXER_BASE + in hdspe_hw_mixer()
430 hdspe_write_4(sc, HDSPE_CONTROL_REG, sc->ctrl_register); in hdspe_start_audio()
441 hdspe_write_4(sc, HDSPE_CONTROL_REG, sc->ctrl_register); in hdspe_stop_audio()
882 hdspe_write_4(sc, HDSPE_CONTROL_REG, sc->ctrl_register); in hdspechan_setspeed()
892 hdspe_write_4(sc, HDSPE_FREQ_REG, period); in hdspechan_setspeed()
952 hdspe_write_4(sc, HDSPE_CONTROL_REG, sc->ctrl_register); in hdspechan_setblocksize()
H A Dhdspe.h257 #define hdspe_write_4(sc, regno, data) \ macro