Lines Matching +full:aon +full:- +full:noc

1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2020-2024 Intel Corporation
68 return REGV_POLL_FLD(VPU_37XX_HOST_SS_CPR_RST_CLR, AON, 0, 100); in wait_for_ip_bar()
87 return -EIO; in host_ss_noc_qreqn_check_37xx()
97 return -EIO; in host_ss_noc_qreqn_check_40xx()
115 return -EIO; in host_ss_noc_qacceptn_check_37xx()
125 return -EIO; in host_ss_noc_qacceptn_check_40xx()
143 return -EIO; in host_ss_noc_qdeny_check_37xx()
153 return -EIO; in host_ss_noc_qdeny_check_40xx()
172 return -EIO; in top_noc_qrenqn_check_37xx()
183 return -EIO; in top_noc_qrenqn_check_40xx()
527 ivpu_err(vdev, "Failed HOST SS NOC QACCEPTN check: %d\n", ret); in host_ss_axi_drive()
533 ivpu_err(vdev, "Failed HOST SS NOC QDENY check: %d\n", ret); in host_ss_axi_drive()
587 return -EIO; in top_noc_qacceptn_check_37xx()
598 return -EIO; in top_noc_qacceptn_check_40xx()
617 return -EIO; in top_noc_qdeny_check_37xx()
628 return -EIO; in top_noc_qdeny_check_40xx()
649 ivpu_err(vdev, "Failed TOP NOC QACCEPTN check: %d\n", ret); in top_noc_drive()
655 ivpu_err(vdev, "Failed TOP NOC QDENY check: %d\n", ret); in top_noc_drive()
679 bool high = vdev->hw->pll.profiling_freq == PLL_PROFILING_FREQ_HIGH; in pwr_island_delay_set()
717 ivpu_err(vdev, "Failed TOP NOC QREQN check %d\n", ret); in ivpu_hw_ip_pwr_domain_enable()
827 val = vdev->fw->entry_point >> 9; in soc_cpu_boot_37xx()
834 vdev->fw->entry_point == vdev->fw->cold_boot_entry_point ? "cold boot" : "resume"); in soc_cpu_boot_37xx()
844 return -EIO; in cpu_noc_qacceptn_check_40xx()
854 return -EIO; in cpu_noc_qdeny_check_40xx()
906 val64 = vdev->fw->entry_point; in soc_cpu_boot_40xx()
907 val64 <<= ffs(VPU_40XX_HOST_SS_VERIFICATION_ADDRESS_LO_IMAGE_LOCATION_MASK) - 1; in soc_cpu_boot_40xx()
932 /* Enable writing and set non-zero WDT value */ in wdt_disable_37xx()
1027 ivpu_err(vdev, "NOC Firewall irq detected\n"); in diagnose_failure_37xx()
1044 ivpu_err(vdev, "NOC Firewall irq detected\n"); in diagnose_failure_40xx()
1076 atomic_inc(&vdev->hw->firewall_irq_counter); in irq_noc_firewall_handler()
1078 ivpu_dbg(vdev, IRQ, "NOC Firewall interrupt detected, counter %d\n", in irq_noc_firewall_handler()
1079 atomic_read(&vdev->hw->firewall_irq_counter)); in irq_noc_firewall_handler()
1152 u32 reg_stride = VPU_37XX_CPU_SS_DOORBELL_1 - VPU_37XX_CPU_SS_DOORBELL_0; in db_set_37xx()
1160 u32 reg_stride = VPU_40XX_CPU_SS_DOORBELL_1 - VPU_40XX_CPU_SS_DOORBELL_0; in db_set_40xx()