Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dhdsp.c568 return (HDSP_STATUS2_CLOCK(0)); in hdsp_status2_clock_source()
570 return (HDSP_STATUS2_CLOCK(1)); in hdsp_status2_clock_source()
572 return (HDSP_STATUS2_CLOCK(2)); in hdsp_status2_clock_source()
574 return (HDSP_STATUS2_CLOCK(3)); in hdsp_status2_clock_source()
576 return (HDSP_STATUS2_CLOCK(4)); in hdsp_status2_clock_source()
578 return (HDSP_STATUS2_CLOCK(5)); in hdsp_status2_clock_source()
H A Dhdsp.h179 #define HDSP_STATUS2_CLOCK(n) ((n & 0x07) << 8) macro
180 #define HDSP_STATUS2_CLOCK_MASK HDSP_STATUS2_CLOCK(0x07);