Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dhdsp.h173 #define HDSP_CONTROL_MASTER (1 << 4) macro
174 #define HDSP_CONTROL_CLOCK_MASK (HDSP_CONTROL_MASTER | (1 << 13) | \
H A Dhdsp.c491 return (HDSP_CONTROL_MASTER); in hdsp_control_clock_preference()
505 return (HDSP_CONTROL_MASTER); in hdsp_control_clock_preference()
611 if (sc->ctrl_register & HDSP_CONTROL_MASTER) { in hdsp_sysctl_clock_source()
793 sc->ctrl_register |= HDSP_CONTROL_MASTER; in hdsp_init()