Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/xilinx/versal/pm_service/
Dpm_api_sys.h62 enum pm_ret_status pm_pll_get_mode(uint32_t clk_id, uint32_t *mode);
Dpm_api_sys.c656 enum pm_ret_status pm_pll_get_mode(uint32_t clk_id, uint32_t *mode) in pm_pll_get_mode() function
772 return pm_pll_get_mode(arg1, value); in pm_api_ioctl()
Dpm_svc_main.c296 ret = pm_pll_get_mode(pm_arg[0], &mode); in pm_smc_handler()
/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_api_sys.h198 enum pm_ret_status pm_pll_get_mode(enum pm_node_id nid, enum pm_pll_mode *mode);
Dpm_svc_main.c616 ret = pm_pll_get_mode(pm_arg[0], &mode); in pm_smc_handler()
Dpm_api_sys.c1541 enum pm_ret_status pm_pll_get_mode(enum pm_node_id nid, enum pm_pll_mode *mode) in pm_pll_get_mode() function
Dpm_api_clock.c2850 status = pm_pll_get_mode(pll->nid, &mode); in pm_clock_pll_get_state()