Searched refs:HDSP_CONTROL_REG (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | hdsp.c | 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()
|
H A D | hdsp-pcm.c | 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() 892 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdspchan_setspeed() 957 hdsp_write_4(sc, HDSP_CONTROL_REG, sc->ctrl_register); in hdspchan_setblocksize()
|
H A D | hdsp.h | 85 #define HDSP_CONTROL_REG 64 macro
|