Home
last modified time | relevance | path

Searched refs:get_svr (Results 1 – 25 of 32) sorted by relevance

12

/u-boot/drivers/usb/common/
A Dfsl-errata.c21 u32 svr = get_svr(); in has_dual_phy()
50 u32 svr = get_svr(); in has_erratum_a005275()
77 u32 svr = get_svr(); in has_erratum_a006261()
110 u32 svr = get_svr(); in has_erratum_a007075()
130 return SVR_SOC_VER(get_svr()) == SVR_T4240 && in has_erratum_a007798()
131 IS_SVR_REV(get_svr(), 2, 0); in has_erratum_a007798()
138 u32 svr = get_svr(); in has_erratum_a007792()
164 u32 svr = get_svr(); in has_erratum_a005697()
183 u32 svr = get_svr(); in has_erratum_a004477()
210 u32 svr = get_svr(); in has_erratum_a008751()
[all …]
/u-boot/include/
A Dfsl_errata.h22 u32 svr = get_svr(); in has_erratum_a006379()
39 u32 svr = get_svr(); in has_erratum_a007186()
63 u32 svr = get_svr(); in has_erratum_a008378()
/u-boot/drivers/pci/
A Dpcie_layerscape_fixup_common.c22 svr = SVR_SOC_VER(get_svr()); in ft_pci_setup()
24 if (svr == SVR_LX2160A && IS_SVR_REV(get_svr(), 1, 0)) in ft_pci_setup()
125 svr = SVR_SOC_VER(get_svr()); in pcie_board_fix_fdt()
130 IS_SVR_REV(get_svr(), 2, 0)) in pcie_board_fix_fdt()
A Dpcie_layerscape.c76 svr = get_svr(); in ls_pcie_ltssm()
A Dpcie_layerscape_rc.c50 svr = get_svr(); in ls_pcie_setup_atu()
329 svr = get_svr(); in ls_pcie_probe()
A Dpcie_layerscape_fixup.c38 svr = (get_svr() >> SVR_VAR_PER_SHIFT) & 0xFFFFFE; in fdt_pcie_get_nodeoffset()
113 svr = (get_svr() >> SVR_VAR_PER_SHIFT) & 0xFFFFFE; in fdt_pcie_set_msi_map_entry_ls()
A Dpcie_layerscape_ep.c275 svr = SVR_SOC_VER(get_svr()); in ls_pcie_ep_probe()
/u-boot/arch/arm/include/asm/arch-ls102xa/
A Dclock.h19 uint get_svr(void);
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dcmd_errata.c138 __maybe_unused u32 svr = get_svr(); in do_errata()
253 if (SVR_MAJ(get_svr()) == 1) in do_errata()
257 if (SVR_MAJ(get_svr()) == 1) in do_errata()
A Dp2041_serdes.c55 u32 svr = get_svr(); in serdes_get_prtcl()
73 u32 svr = get_svr(); in is_serdes_prtcl_valid()
A Dcpu_init.c451 uint svr = get_svr(); in cpu_init_f()
527 u32 cluster, svr = get_svr(); in enable_cluster_l2()
587 __maybe_unused u32 svr = get_svr(); in l2cache_init()
728 __maybe_unused u32 svr = get_svr(); in cpu_init_r()
921 if (IS_SVR_REV(get_svr(), 1, 0)) { in cpu_init_r()
A Dfdt.c194 struct cpu_type *cpu = identify_cpu(SVR_SOC_VER(get_svr())); in ft_fixup_l2cache_compatible()
227 u32 ver = SVR_SOC_VER(get_svr()); in l2cache_size()
309 if (SVR_SOC_VER(get_svr()) == SVR_P2040) in ft_fixup_l2cache()
609 if (!IS_E_PROCESSOR(get_svr()))
A Dliodn.c82 if (!IS_E_PROCESSOR(get_svr())) in setup_sec_liodn_base()
193 if (IS_E_PROCESSOR(get_svr())) { in set_liodns()
A Dmp.c189 u32 svr = get_svr(); in determine_mp_bootpg()
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dclock.h21 uint get_svr(void);
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dlowlevel.S103 bl get_svr
242 bl get_svr
360 .globl get_svr
361 get_svr: label
/u-boot/arch/powerpc/include/asm/
A Dppc.h52 static inline uint get_svr(void) in get_svr() function
/u-boot/board/freescale/t104xrdb/
A Dspl.c44 u32 svr = get_svr(); in board_init_f()
/u-boot/drivers/ddr/fsl/
A Dmpc85xx_ddr_gen2.c38 svr = get_svr(); in fsl_ddr_set_memctl_regs()
/u-boot/drivers/net/fsl-mc/dpio/
A Dqbman_private.h178 svr_dev_id = get_svr(); in qbman_version()
/u-boot/arch/powerpc/cpu/mpc86xx/
A Dcpu.c47 svr = get_svr(); in checkcpu()
/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dcpu.c227 uint get_svr(void) in get_svr() function
/u-boot/board/freescale/lx2160a/
A Dlx2160a.c142 if (IS_SVR_REV(get_svr(), 1, 0)) in board_fix_fdt()
285 if (IS_SVR_REV(get_svr(), 1, 0)) in init_func_vid()
/u-boot/drivers/misc/
A Dfsl_portals.c248 IS_E_PROCESSOR(get_svr())); in fdt_fixup_qportals()
/u-boot/arch/powerpc/cpu/mpc8xxx/
A Dcpu.c320 svr = get_svr(); in arch_cpu_init()

Completed in 45 milliseconds

12