/Linux-v4.19/arch/arm/mach-mv78xx0/ |
D | pcie.c | 27 u8 maj; member 81 "PCIe %d.%d MEM", pp->maj, pp->min); in mv78xx0_pcie_preinit() 92 mvebu_mbus_add_window_by_id(MV78XX0_MBUS_PCIE_MEM_TARGET(pp->maj, pp->min), in mv78xx0_pcie_preinit() 93 MV78XX0_MBUS_PCIE_MEM_ATTR(pp->maj, pp->min), in mv78xx0_pcie_preinit() 95 mvebu_mbus_add_window_remap_by_id(MV78XX0_MBUS_PCIE_IO_TARGET(pp->maj, pp->min), in mv78xx0_pcie_preinit() 96 MV78XX0_MBUS_PCIE_IO_ATTR(pp->maj, pp->min), in mv78xx0_pcie_preinit() 221 return IRQ_MV78XX0_PCIE_00 + (pp->maj << 2) + pp->min; in mv78xx0_pcie_map_irq() 232 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port() argument 234 printk(KERN_INFO "MV78xx0 PCIe port %d.%d: ", maj, min); in add_pcie_port() 241 pp->maj = maj; in add_pcie_port()
|
D | common.h | 30 int maj, int min); 32 int maj, int min);
|
/Linux-v4.19/Documentation/s390/ |
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
|
/Linux-v4.19/sound/pci/asihpi/ |
D | hpi_version.h | 24 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
|
/Linux-v4.19/include/drm/ |
D | drmP.h | 98 #define DRM_IF_VERSION(maj, min) (maj << 16 | min) argument
|
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/ |
D | vxge-version.h | 23 #define VXGE_FW_VER(maj, min, bld) (((maj) << 16) + ((min) << 8) + (bld)) argument
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | setup-common.c | 236 unsigned short maj; in show_cpuinfo() local 244 maj = (pvr >> 8) & 0xFF; in show_cpuinfo() 306 maj = ((pvr >> 8) & 0xF); in show_cpuinfo() 310 maj = PVR_MAJ(pvr); in show_cpuinfo() 317 maj = PVR_MAJ(pvr) + 1; in show_cpuinfo() 321 maj = ((pvr >> 8) & 0xFF) - 1; in show_cpuinfo() 325 maj = (pvr >> 8) & 0x0F; in show_cpuinfo() 329 maj = (pvr >> 8) & 0xFF; in show_cpuinfo() 336 maj, min, PVR_VER(pvr), PVR_REV(pvr)); in show_cpuinfo()
|
/Linux-v4.19/usr/ |
D | gen_initramfs_list.sh | 132 local maj=`field 5 ${dev}` 134 maj=${maj%,} 138 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}"
|
D | gen_init_cpio.c | 242 unsigned int maj, unsigned int min) in cpio_mknod() argument 265 maj, /* rmajor */ in cpio_mknod() 281 unsigned int maj; in cpio_mknod_line() local 286 name, &mode, &uid, &gid, &dev_type, &maj, &min)) { in cpio_mknod_line() 290 rc = cpio_mknod(name, mode, uid, gid, dev_type, maj, min); in cpio_mknod_line()
|
/Linux-v4.19/include/uapi/linux/ |
D | psci.h | 91 #define PSCI_VERSION(maj, min) \ argument 92 ((((maj) << PSCI_VERSION_MAJOR_SHIFT) & PSCI_VERSION_MAJOR_MASK) | \
|
/Linux-v4.19/init/ |
D | do_mounts.c | 218 unsigned maj, min, offset; in name_to_dev_t() local 221 if ((sscanf(name, "%u:%u%c", &maj, &min, &dummy) == 2) || in name_to_dev_t() 222 (sscanf(name, "%u:%u:%u:%c", &maj, &min, &offset, &dummy) == 3)) { in name_to_dev_t() 223 res = MKDEV(maj, min); in name_to_dev_t() 224 if (maj != MAJOR(res) || min != MINOR(res)) in name_to_dev_t()
|
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 255 asd_ha->hw_prof.bios.maj = bc_struct->bios_major; in asd_get_bios_chim() 259 asd_ha->hw_prof.bios.maj, in asd_get_bios_chim() 419 u8 maj; /* 0 */ member 446 u8 maj; /* 0 */ member 530 u8 maj; /* 0 */ member 690 if (ms->maj != 0) { in asd_validate_ms() 692 ms->maj); in asd_validate_ms() 785 dflt_phy_param.maj = 0; in asd_ms_get_phy_params() 802 if (phy_param->maj != 0) { in asd_ms_get_phy_params() 804 phy_param->maj); in asd_ms_get_phy_params() [all …]
|
/Linux-v4.19/security/ |
D | device_cgroup.c | 271 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local 282 set_majmin(maj, ~0); in devcgroup_seq_show() 285 maj, min, acc); in devcgroup_seq_show() 289 set_majmin(maj, ex->major); in devcgroup_seq_show() 292 maj, min, acc); in devcgroup_seq_show()
|
/Linux-v4.19/arch/x86/crypto/sha512-mb/ |
D | sha512_x4_avx2.S | 199 vpxor c, \_T1, \_T1 # maj: T1 = a^c 201 vpand b, \_T1, \_T1 # maj: T1 = (a^c)&b 207 vpand c, a, a1 # maj: a1 = a&c 208 vpor \_T1, a1, a1 # a1 = maj 209 vpaddq a1, h, h # h = h + ch + W + K + maj 210 vpaddq a2, h, h # h = h + ch + W + K + maj + sigma0
|
/Linux-v4.19/include/xen/interface/ |
D | xenpmu.h | 33 uint32_t maj; member
|
/Linux-v4.19/drivers/block/aoe/ |
D | aoedev.c | 432 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr() argument 442 if (d->aoemajor == maj && d->aoeminor == min) { in aoedev_by_aoeaddr() 453 if (d || !do_alloc || minor_get(&sysminor, maj, min) < 0) in aoedev_by_aoeaddr() 478 d->aoemajor = maj; in aoedev_by_aoeaddr()
|
D | aoe.h | 229 struct aoedev *aoedev_by_aoeaddr(ulong maj, int min, int do_alloc);
|
/Linux-v4.19/drivers/xen/ |
D | sys-hypervisor.c | 436 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_store() 452 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_show() 480 xp.version.maj = XENPMU_VER_MAJ; in pmu_features_store() 494 xp.version.maj = XENPMU_VER_MAJ; in pmu_features_show()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-trace.txt | 152 -F=[all|min|maj]:: 153 --pf=[all|min|maj]:: 155 major or all pagefaults. Default value is maj. 208 <min|maj>fault [<ip.symbol>+<ip.offset>] => <addr.dso@addr.offset> (<map type><addr level>). 210 - min/maj indicates whether fault event is minor or major;
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_device.h | 293 u8 maj; member 299 #define OCT_FW_VER(maj, min, rev) \ argument 300 (((u32)(maj) << 16) | ((u32)(min) << 8) | ((u32)(rev)))
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_x8_avx2.S | 235 vpxor c, a, \_T1 # maj: T1 = a^c 237 vpand b, \_T1, \_T1 # maj: T1 = (a^c)&b 243 vpand c, a, a1 # maj: a1 = a&c 244 vpor \_T1, a1, a1 # a1 = maj 245 vpaddd a1, h, h # h = h + ch + W + K + maj 246 vpaddd a2, h, h # h = h + ch + W + K + maj + sigma0
|
/Linux-v4.19/fs/hostfs/ |
D | hostfs.h | 62 unsigned int maj; member
|
/Linux-v4.19/drivers/gpu/drm/savage/ |
D | savage_drv.h | 447 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument 448 (((maj) & 0x1FFF) | \
|
/Linux-v4.19/arch/x86/xen/ |
D | pmu.c | 534 xp.version.maj = XENPMU_VER_MAJ; in xen_pmu_init() 567 xp.version.maj = XENPMU_VER_MAJ; in xen_pmu_finish()
|
/Linux-v4.19/arch/powerpc/math-emu/ |
D | math_efp.c | 895 u32 pvr, maj, min; in spe_mathemu_init() local 901 maj = PVR_MAJ(pvr); in spe_mathemu_init() 908 switch (maj) { in spe_mathemu_init()
|