/openbmc/linux/arch/arm/mach-mv78xx0/ |
H A D | pcie.c | 24 u8 maj; member 78 "PCIe %d.%d MEM", pp->maj, pp->min); in mv78xx0_pcie_preinit() 89 mvebu_mbus_add_window_by_id(MV78XX0_MBUS_PCIE_MEM_TARGET(pp->maj, pp->min), in mv78xx0_pcie_preinit() 90 MV78XX0_MBUS_PCIE_MEM_ATTR(pp->maj, pp->min), in mv78xx0_pcie_preinit() 92 mvebu_mbus_add_window_remap_by_id(MV78XX0_MBUS_PCIE_IO_TARGET(pp->maj, pp->min), in mv78xx0_pcie_preinit() 93 MV78XX0_MBUS_PCIE_IO_ATTR(pp->maj, pp->min), in mv78xx0_pcie_preinit() 226 return IRQ_MV78XX0_PCIE_00 + (pp->maj << 2) + pp->min; in mv78xx0_pcie_map_irq() 237 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port() argument 239 printk(KERN_INFO "MV78xx0 PCIe port %d.%d: ", maj, min); in add_pcie_port() 246 pp->maj = maj; in add_pcie_port()
|
H A D | common.h | 27 int maj, int min); 29 int maj, int min);
|
/openbmc/ipmitool/contrib/ |
H A D | ipmi.init.basic | 12 maj=$(cat /proc/devices | awk '/ipmidev/{print $1}') 13 if [ "$maj" ]; then 15 /bin/mknod /dev/ipmi0 c $maj 0
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | config3270.sh | 52 while read devno maj min;do 54 fsmaj=$maj 59 elif [ $maj = CONSOLE ]; then 65 echo mknod $D/$TTY$devno c $maj $min >>$SCR
|
/openbmc/linux/tools/perf/util/ |
H A D | dsos.c | 17 if (a->maj > b->maj) return -1; in __dso_id__cmp() 18 if (a->maj < b->maj) return 1; in __dso_id__cmp() 48 return !id->maj && !id->min && !id->ino && !id->ino_generation; in dso_id__empty() 53 dso->id.maj = id->maj; in dso__inject_id()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_lib.sh | 145 local v maj min 153 maj=${v%.*} 156 if [ "${maj}" -gt "${exp_maj}" ] || 157 { [ "${maj}" -eq "${exp_maj}" ] && [ "${min}" -ge "${exp_min}" ]; }; then
|
/openbmc/linux/block/ |
H A D | early-lookup.c | 199 unsigned maj, min, offset; in devt_from_devnum() local 202 if (sscanf(name, "%u:%u%c", &maj, &min, &dummy) == 2 || in devt_from_devnum() 203 sscanf(name, "%u:%u:%u:%c", &maj, &min, &offset, &dummy) == 3) { in devt_from_devnum() 204 *devt = MKDEV(maj, min); in devt_from_devnum() 205 if (maj != MAJOR(*devt) || min != MINOR(*devt)) in devt_from_devnum()
|
/openbmc/u-boot/drivers/misc/ |
H A D | fsl_portals.c | 192 unsigned int maj, min; in fdt_fixup_qportals() local 204 maj = (rev_1 >> 8) & 0xff; in fdt_fixup_qportals() 209 maj, min, ip_cfg) + 1; in fdt_fixup_qportals() 308 unsigned int maj, min; in fdt_fixup_bportals() local 316 maj = (rev_1 >> 8) & 0xff; in fdt_fixup_bportals() 322 maj, min, ip_cfg) + 1; in fdt_fixup_bportals()
|
/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/linux/usr/ |
H A D | gen_initramfs.sh | 110 local maj=`field 5 ${dev}` 112 maj=${maj%,} 116 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}"
|
H A D | gen_init_cpio.c | 246 unsigned int maj, unsigned int min) in cpio_mknod() argument 269 maj, /* rmajor */ in cpio_mknod() 285 unsigned int maj; in cpio_mknod_line() local 290 name, &mode, &uid, &gid, &dev_type, &maj, &min)) { in cpio_mknod_line() 294 rc = cpio_mknod(name, mode, uid, gid, dev_type, maj, min); in cpio_mknod_line()
|
/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/qemu/target/i386/kvm/ |
H A D | xen-emu.h | 24 #define XEN_VERSION(maj, min) ((maj) << 16 | (min)) argument
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | setup-common.c | 240 unsigned short maj; in show_cpuinfo() local 248 maj = (pvr >> 8) & 0xFF; in show_cpuinfo() 304 maj = ((pvr >> 8) & 0xF); in show_cpuinfo() 308 maj = PVR_MAJ(pvr); in show_cpuinfo() 315 maj = ((pvr >> 8) & 0xFF) - 1; in show_cpuinfo() 320 maj = (pvr >> 8) & 0x0F; in show_cpuinfo() 324 maj = (pvr >> 8) & 0xFF; in show_cpuinfo() 331 maj, min, PVR_VER(pvr), PVR_REV(pvr)); in show_cpuinfo()
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | spl.h | 14 #define SPL_VERSION(maj, min) \ argument 15 ((((maj) & ((1U << SPL_MAJOR_BITS) - 1)) << SPL_MINOR_BITS) | \
|
/openbmc/linux/include/uapi/linux/ |
H A D | psci.h | 112 #define PSCI_VERSION(maj, min) \ argument 113 ((((maj) << PSCI_VERSION_MAJOR_SHIFT) & PSCI_VERSION_MAJOR_MASK) | \
|
/openbmc/qemu/linux-headers/linux/ |
H A D | psci.h | 112 #define PSCI_VERSION(maj, min) \ argument 113 ((((maj) << PSCI_VERSION_MAJOR_SHIFT) & PSCI_VERSION_MAJOR_MASK) | \
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_sds.c | 237 asd_ha->hw_prof.bios.maj = bc_struct->bios_major; in asd_get_bios_chim() 241 asd_ha->hw_prof.bios.maj, in asd_get_bios_chim() 401 u8 maj; /* 0 */ member 428 u8 maj; /* 0 */ member 512 u8 maj; /* 0 */ member 674 if (ms->maj != 0) { in asd_validate_ms() 676 ms->maj); in asd_validate_ms() 771 dflt_phy_param.maj = 0; in asd_ms_get_phy_params() 788 if (phy_param->maj != 0) { in asd_ms_get_phy_params() 790 phy_param->maj); in asd_ms_get_phy_params() [all …]
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | dpseci_cmd.h | 14 #define DPSECI_VER(maj, min) (((maj) << 16) | (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 115 ((SVR_MAJ(svr) == (maj)) && (SVR_MIN(svr) == (min)))
|
/openbmc/linux/security/ |
H A D | device_cgroup.c | 285 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local 296 set_majmin(maj, ~0); in devcgroup_seq_show() 299 maj, min, acc); in devcgroup_seq_show() 303 set_majmin(maj, ex->major); in devcgroup_seq_show() 306 maj, min, acc); in devcgroup_seq_show()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
H A D | eject-2.1.5-spaces.patch | 47 ((maj != -1) && (maj == mtabmaj) && (min == mtabmin))) {
|
/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() argument 449 if (d->aoemajor == maj && d->aoeminor == min) { in aoedev_by_aoeaddr() 460 if (d || !do_alloc || minor_get(&sysminor, maj, min) < 0) in aoedev_by_aoeaddr() 486 d->aoemajor = maj; in aoedev_by_aoeaddr()
|
/openbmc/linux/include/xen/interface/ |
H A D | xenpmu.h | 33 uint32_t maj; member
|
/openbmc/linux/kernel/power/ |
H A D | hibernate.c | 1179 unsigned maj, min, offset; in resume_store() local 1183 if (sscanf(name, "%u:%u%c", &maj, &min, &dummy) == 2 || in resume_store() 1184 sscanf(name, "%u:%u:%u:%c", &maj, &min, &offset, in resume_store() 1186 dev = MKDEV(maj, min); in resume_store() 1187 if (maj != MAJOR(dev) || min != MINOR(dev)) in resume_store()
|