Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h131 bool soc_has_aiop(void);
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dsoc.c43 bool soc_has_aiop(void) in soc_has_aiop() function
/OK3568_Linux_fs/u-boot/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()