Home
last modified time | relevance | path

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

123

/openbmc/u-boot/board/freescale/common/
H A Deeprom.h18 #define MPC85XX_CPU_BOARD_REV(maj, min) ((((maj)&0xff) << 8) | ((min) & 0xff)) argument
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.h24 #define XEN_VERSION(maj, min) ((maj) << 16 | (min)) 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/linux/sound/pci/asihpi/
H A Dhpi_version.h24 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
/openbmc/linux/arch/arm/mach-mv78xx0/
H A Dpcie.c24 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 Ddrm_internal.h32 #define DRM_IF_VERSION(maj, min) (maj << 16 | min) argument
/openbmc/linux/include/xen/interface/
H A Dxenpmu.h33 uint32_t maj; member
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h14 #define SPL_VERSION(maj, min) \ argument
/openbmc/linux/usr/
H A Dgen_init_cpio.c246 unsigned int maj, unsigned int min) in cpio_mknod()
285 unsigned int maj; in cpio_mknod_line() local
/openbmc/linux/block/
H A Dearly-lookup.c199 unsigned maj, min, offset; in devt_from_devnum() local
/openbmc/linux/fs/hostfs/
H A Dhostfs.h66 unsigned int maj; member
/openbmc/qemu/linux-headers/linux/
H A Dpsci.h112 #define PSCI_VERSION(maj, min) \ argument
/openbmc/linux/include/uapi/linux/
H A Dpsci.h112 #define PSCI_VERSION(maj, min) \ argument
/openbmc/linux/drivers/block/aoe/
H A Daoedev.c439 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr()
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c895 u32 pvr, maj, min; in spe_mathemu_init() local
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h114 #define IS_SVR_REV(svr, maj, min) \ argument
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.c401 u8 maj; /* 0 */ member
428 u8 maj; /* 0 */ member
512 u8 maj; /* 0 */ member
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c240 unsigned short maj; in show_cpuinfo() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.c1273 int maj, min, rev; in amdgpu_ucode_ip_version_decode() local
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.c253 #define SSPP_SCALER_VER(maj, min) (((maj) << 16) | (min)) argument
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c84 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 Ddpseci_cmd.h14 #define DPSECI_VER(maj, min) (((maj) << 16) | (min)) argument
/openbmc/linux/security/
H A Ddevice_cgroup.c285 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local
/openbmc/linux/drivers/soc/qcom/
H A Dsocinfo.c30 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) argument
/openbmc/linux/sound/core/
H A Dcompress_offload.c81 int maj = imajor(inode); in snd_compr_open() local

123