/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/linux/sound/pci/asihpi/ |
H A D | hpi_version.h | 24 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
|
/openbmc/linux/arch/arm/mach-mv78xx0/ |
H A D | pcie.c | 24 u8 maj; member 237 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_internal.h | 32 #define DRM_IF_VERSION(maj, min) (maj << 16 | min) argument
|
/openbmc/linux/include/xen/interface/ |
H A D | xenpmu.h | 33 uint32_t maj; member
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | spl.h | 14 #define SPL_VERSION(maj, min) \ argument
|
/openbmc/linux/usr/ |
H A D | gen_init_cpio.c | 246 unsigned int maj, unsigned int min) in cpio_mknod() 285 unsigned int maj; in cpio_mknod_line() local
|
/openbmc/linux/block/ |
H A D | early-lookup.c | 199 unsigned maj, min, offset; in devt_from_devnum() local
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs.h | 67 unsigned int maj; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | psci.h | 112 #define PSCI_VERSION(maj, min) \ argument
|
/openbmc/qemu/linux-headers/linux/ |
H A D | psci.h | 112 #define PSCI_VERSION(maj, min) \ argument
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoedev.c | 439 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr()
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 895 u32 pvr, maj, min; in spe_mathemu_init() local
|
/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/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_sds.c | 401 u8 maj; /* 0 */ member 428 u8 maj; /* 0 */ member 512 u8 maj; /* 0 */ member
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | setup-common.c | 240 unsigned short maj; in show_cpuinfo() local
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_catalog.c | 253 #define SSPP_SCALER_VER(maj, min) (((maj) << 16) | (min)) argument
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ucode.c | 1273 int maj, min, rev; in amdgpu_ucode_ip_version_decode() local
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_uclo.c | 84 int maj = hdr->maj_ver & 0xff; in qat_uclo_check_uof_format() local 101 int maj = suof_hdr->maj_ver & 0xff; in qat_uclo_check_suof_format() local 1818 int maj = mof_hdr->maj_ver & 0xff; in qat_uclo_check_mof_format() local
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | dpseci_cmd.h | 14 #define DPSECI_VER(maj, min) (((maj) << 16) | (min)) argument
|
/openbmc/linux/security/ |
H A D | device_cgroup.c | 285 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | socinfo.c | 30 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) argument
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc.h | 281 #define MAKE_GUC_VER(maj, min, pat) (((maj) << 16) | ((min) << 8) | (pat)) argument
|