Home
last modified time | relevance | path

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

/src/sys/dev/sound/pci/
H A Dhdsp.c493 return (HDSP_CONTROL_CLOCK(0)); in hdsp_control_clock_preference()
495 return (HDSP_CONTROL_CLOCK(1)); in hdsp_control_clock_preference()
497 return (HDSP_CONTROL_CLOCK(2)); in hdsp_control_clock_preference()
499 return (HDSP_CONTROL_CLOCK(3)); in hdsp_control_clock_preference()
501 return (HDSP_CONTROL_CLOCK(4)); in hdsp_control_clock_preference()
503 return (HDSP_CONTROL_CLOCK(5)); in hdsp_control_clock_preference()
H A Dhdsp.h176 #define HDSP_CONTROL_CLOCK(n) (((n & 0x04) << 11) | ((n & 0x03) << 16)) macro