Searched refs:VERSION (Results 1 - 11 of 11) sorted by relevance

/u-boot/arch/arm/mach-zynqmp/include/mach/
H A Dsys_proto.h33 VERSION, enumerator in enum:__anon9
/u-boot/scripts/dtc/pylibfdt/
H A DMakefile17 PEP_VERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(subst -,,$(EXTRAVERSION))
23 VERSION="$(PEP_VERSION)" \
/u-boot/drivers/cpu/
H A Dmicroblaze_cpu.c47 update_cpuinfo_pvr(pvr, ci->ver_code, VERSION);
/u-boot/arch/arm/mach-renesas/
H A DMakefile30 srec_cat_gte_160 := ${shell expr `srec_cat -VERSION | grep ^srec_cat | sed 's/^.* //g' | cut -f1-2 -d.` \>= "1.60"}
/u-boot/drivers/phy/
H A Dphy-ti-am654.c32 #define VERSION 0x70 macro
289 val = VERSION << CFG_VERSION_REG_SHIFT;
/u-boot/drivers/video/stm32/
H A Dstm32_dsi.c37 #define VERSION GENMASK(31, 8) macro
480 priv->hw_version = dsi_read(priv, DSI_VERSION) & VERSION;
/u-boot/drivers/net/ti/
H A Ddavinci_emac.h275 dv_reg VERSION; member in struct:__anon824
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_mipi_dsi.h28 #define VERSION DSI_HOST_BITS(0x000, 32, 0) macro
/u-boot/drivers/video/
H A Ddw_mipi_dsi.c31 #define VERSION GENMASK(31, 8) macro
673 hw_version = dsi_read(dsi, DSI_VERSION) & VERSION;
/u-boot/
H A DMakefile3 VERSION = 2024 macro
461 UBOOTVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
463 export VERSION PATCHLEVEL SUBLEVEL UBOOTRELEASE UBOOTVERSION
1963 echo \#define U_BOOT_VERSION_NUM $(VERSION); \
/u-boot/tools/buildman/
H A Dkconfiglib.py16 kconfiglib.VERSION, which is a (<major>, <minor>, <patch>) tuple, e.g.
557 VERSION = (14, 1, 0) variable

Completed in 127 milliseconds