Searched refs:imx8ulp_msc (Results 1 – 2 of 2) sorted by relevance
279 for (i = 0U; i < ARRAY_SIZE(imx8ulp_msc); i++) { in xrdc_apply_config()280 if (check_func(MSC_TYPE, imx8ulp_msc[i].pac_msc_id)) { in xrdc_apply_config()283 val |= imx8ulp_msc[i].dsel[j] << (3 * j); in xrdc_apply_config()286 if (imx8ulp_msc[i].slot_id == MSC_SLOT_ALL) { 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()
131 struct xrdc_pac_msc_config imx8ulp_msc[] = { variable