Lines Matching refs:status2
590 uint32_t status2; in hdsp_sysctl_clock_source() local
604 status2 = hdsp_read_4(sc, HDSP_STATUS2_REG); in hdsp_sysctl_clock_source()
605 status2 &= HDSP_STATUS2_CLOCK_MASK; in hdsp_sysctl_clock_source()
614 } else if (hdsp_status2_clock_source(clock->type) == status2) in hdsp_sysctl_clock_source()
655 uint32_t status2) in hdsp_clock_source_locked() argument
669 return ((status2 >> 3) & 0x01); in hdsp_clock_source_locked()
679 uint32_t status2) in hdsp_clock_source_synced() argument
693 return ((status2 >> 4) & 0x01); in hdsp_clock_source_synced()
709 uint32_t status, status2; in hdsp_sysctl_sync_status() local
725 status2 = hdsp_read_4(sc, HDSP_STATUS2_REG); in hdsp_sysctl_sync_status()
735 if (hdsp_clock_source_locked(clock->type, status, status2)) { in hdsp_sysctl_sync_status()
737 status2)) in hdsp_sysctl_sync_status()