Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h131 bool soc_has_aiop(void);
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dsoc.c43 bool soc_has_aiop(void) in soc_has_aiop() function
/rk3399_rockchip-uboot/drivers/net/fsl-mc/
H A Dmc.c552 __weak bool soc_has_aiop(void) in soc_has_aiop() function
565 if (!soc_has_aiop()) in load_mc_aiop_img()