Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/usb/common/
Dfsl-errata.c38 case SVR_T4240: in has_dual_phy()
97 case SVR_T4240: in has_erratum_a006261()
130 return SVR_SOC_VER(get_svr()) == SVR_T4240 && in has_erratum_a007798()
143 case SVR_T4240: in has_erratum_a007792()
/third_party/uboot/u-boot-2020.01/include/
Dfsl_errata.h23 if (((SVR_SOC_VER(svr) == SVR_T4240) && SVR_MAJ(svr) <= 1) || in has_erratum_a006379()
43 case SVR_T4240: in has_erratum_a007186()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dmp.c213 if (SVR_SOC_VER(svr) == SVR_T4240 && SVR_MAJ(svr) < 2) { in determine_mp_bootpg()
Dspeed.c133 case SVR_T4240: in get_sys_info()
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dprocessor.h1093 #define SVR_T4240 0x824000 macro