Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8ulp/xrdc/
H A Dxrdc_core.c227 static int xrdc_apply_config(xrdc_check_func check_func) in xrdc_apply_config() argument
233 if (check_func(MDA_TYPE, imx8ulp_mda[i].mda_id)) { in xrdc_apply_config()
240 if (check_func(MRC_TYPE, imx8ulp_mrc[i].mrc_id)) { in xrdc_apply_config()
258 if (check_func(PAC_TYPE, imx8ulp_pdac[i].pac_msc_id)) { in xrdc_apply_config()
280 if (check_func(MSC_TYPE, imx8ulp_msc[i].pac_msc_id)) { in xrdc_apply_config()
/rk3399_ARM-atf/include/lib/cpus/
H A Derrata.h52 uintptr_t (*check_func)(uint64_t cpu_rev); member
/rk3399_ARM-atf/lib/cpus/
H A Derrata_report.c75 uint64_t status = entry->check_func(rev_var); in generic_errata_report()
H A Derrata_common.c205 return entry->check_func(rev_var); in check_erratum_applies()
/rk3399_ARM-atf/services/std_svc/errata_abi/
H A Derrata_abi_main.c186 if (entry->check_func(rev_var)) { in verify_errata_implemented()