Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8ulp/xrdc/
H A Dxrdc_core.c258 if (check_func(PAC_TYPE, imx8ulp_pdac[i].pac_msc_id)) { in xrdc_apply_config()
266 for (j = 0U; j < imx8ulp_pac_slots[imx8ulp_pdac[i].pac_msc_id]; j++) { in xrdc_apply_config()
267 xrdc_config_pac(imx8ulp_pdac[i].pac_msc_id, j, val); in xrdc_apply_config()
270 if (imx8ulp_pdac[i].slot_id >= imx8ulp_pac_slots[imx8ulp_pdac[i].pac_msc_id]) { in xrdc_apply_config()
274 xrdc_config_pac(imx8ulp_pdac[i].pac_msc_id, imx8ulp_pdac[i].slot_id, val); in xrdc_apply_config()
280 if (check_func(MSC_TYPE, imx8ulp_msc[i].pac_msc_id)) { in xrdc_apply_config()
288 for (j = 0U; j < imx8ulp_msc_slots[imx8ulp_msc[i].pac_msc_id]; j++) { in xrdc_apply_config()
289 xrdc_config_msc(imx8ulp_msc[i].pac_msc_id, j, val); in xrdc_apply_config()
292 if (imx8ulp_msc[i].slot_id >= imx8ulp_msc_slots[imx8ulp_msc[i].pac_msc_id]) { in xrdc_apply_config()
296 xrdc_config_msc(imx8ulp_msc[i].pac_msc_id, imx8ulp_msc[i].slot_id, val); in xrdc_apply_config()
/rk3399_ARM-atf/plat/imx/imx8ulp/include/
H A Dxrdc.h27 uint16_t pac_msc_id; member