Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dimmap_lsch3.h268 #define FSL_CHASSIS3_DCFG_FUSESR_ALTVID_SHIFT 20 macro
271 #define FSL_CHASSIS3_DCFG_FUSESR_ALTVID_SHIFT 7 macro
/openbmc/u-boot/board/freescale/common/
H A Dvid.c535 vid = (fusesr >> FSL_CHASSIS3_DCFG_FUSESR_ALTVID_SHIFT) & in adjust_vdd()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dsoc.c348 vid = (fusesr >> FSL_CHASSIS3_DCFG_FUSESR_ALTVID_SHIFT) & in get_core_volt_from_fuse()