Lines Matching defs:status2
590 uint32_t status2;
602 /* Read current (autosync) clock source from status2 register. */
604 status2 = hdsp_read_4(sc, HDSP_STATUS2_REG);
605 status2 &= HDSP_STATUS2_CLOCK_MASK;
608 /* Translate status2 register value to clock source. */
614 } else if (hdsp_status2_clock_source(clock->type) == status2)
655 uint32_t status2)
669 return ((status2 >> 3) & 0x01);
679 uint32_t status2)
693 return ((status2 >> 4) & 0x01);
709 uint32_t status, status2;
725 status2 = hdsp_read_4(sc, HDSP_STATUS2_REG);
735 if (hdsp_clock_source_locked(clock->type, status, status2)) {
737 status2))