Home
last modified time | relevance | path

Searched defs:maj (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.h24 #define XEN_VERSION(maj, min) ((maj) << 16 | (min)) argument
/openbmc/u-boot/board/freescale/common/
H A Deeprom.h18 #define MPC85XX_CPU_BOARD_REV(maj, min) ((((maj)&0xff) << 8) | ((min) & 0xff)) argument
/openbmc/u-boot/drivers/misc/
H A Dfsl_portals.c192 unsigned int maj, min; in fdt_fixup_qportals() local
308 unsigned int maj, min; in fdt_fixup_bportals() local
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h14 #define SPL_VERSION(maj, min) \ argument
/openbmc/qemu/linux-headers/linux/
H A Dpsci.h117 #define PSCI_VERSION(maj, min) \ argument
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h114 #define IS_SVR_REV(svr, maj, min) \ argument
/openbmc/qemu/target/arm/tcg/
H A Dcrypto_helper.c166 static uint32_t maj(uint32_t x, uint32_t y, uint32_t z) in maj() function
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c507 #define maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) macro
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dimmap_ls102xa.h14 #define IS_SVR_REV(svr, maj, min) \ argument
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1047 #define IS_SVR_REV(svr, maj, min) \ argument