Searched defs:maj (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/i386/kvm/ |
H A D | xen-emu.h | 24 #define XEN_VERSION(maj, min) ((maj) << 16 | (min)) argument
|
/openbmc/u-boot/board/freescale/common/ |
H A D | eeprom.h | 18 #define MPC85XX_CPU_BOARD_REV(maj, min) ((((maj)&0xff) << 8) | ((min) & 0xff)) argument
|
/openbmc/u-boot/drivers/misc/ |
H A D | fsl_portals.c | 192 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 D | spl.h | 14 #define SPL_VERSION(maj, min) \ argument
|
/openbmc/qemu/linux-headers/linux/ |
H A D | psci.h | 117 #define PSCI_VERSION(maj, min) \ argument
|
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
H A D | soc.h | 114 #define IS_SVR_REV(svr, maj, min) \ argument
|
/openbmc/qemu/target/arm/tcg/ |
H A D | crypto_helper.c | 166 static uint32_t maj(uint32_t x, uint32_t y, uint32_t z) in maj() function
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 507 #define maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) macro
|
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ |
H A D | immap_ls102xa.h | 14 #define IS_SVR_REV(svr, maj, min) \ argument
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 1047 #define IS_SVR_REV(svr, maj, min) \ argument
|