Searched refs:HDSP_STATUS2_CLOCK (Results 1 – 2 of 2) sorted by relevance
568 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()
179 #define HDSP_STATUS2_CLOCK(n) ((n & 0x07) << 8) macro180 #define HDSP_STATUS2_CLOCK_MASK HDSP_STATUS2_CLOCK(0x07);