Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/aarch64/
Dzynqmp_common.c206 static int zynqmp_pmufw_present; variable
220 zynqmp_pmufw_present = mmio_read_32(PMU_GLOBAL_CNTRL); in zynqmp_discover_pmufw()
221 zynqmp_pmufw_present &= PMU_GLOBAL_CNTRL_FW_IS_PRESENT; in zynqmp_discover_pmufw()
223 return !!zynqmp_pmufw_present; in zynqmp_discover_pmufw()
233 return zynqmp_pmufw_present; in zynqmp_is_pmu_up()