Home
last modified time | relevance | path

Searched refs:MD (Results 1 – 45 of 45) sorted by relevance

/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_dump.c42 #define MD(x) (1 << (x)) macro
52 {"LmMnSCBPTR", 0x20, 16, MD(0)|MD(1)|MD(2)|MD(3)|MD(4) },
53 {"LmMnDDBPTR", 0x22, 16, MD(0)|MD(1)|MD(2)|MD(3)|MD(4) },
61 {"LmMnDMAERRS", 0x46, 8, MD(0)|MD(1) },
62 {"LmMnSGDMAERRS", 0x47, 8, MD(0)|MD(1) },
63 {"LmMnEXPHDRP", 0x48, 8, MD(0) },
64 {"LmMnSASAALIGN", 0x48, 8, MD(1) },
65 {"LmMnMSKHDRP", 0x49, 8, MD(0) },
66 {"LmMnSTPALIGN", 0x49, 8, MD(1) },
67 {"LmMnRCVHDRP", 0x4A, 8, MD(0) },
[all …]
/linux-4.4.14/arch/arm/mach-shmobile/
Dsetup-rcar-gen2.c88 switch (mode & (MD(14) | MD(13))) { in rcar_gen2_timer_init()
92 case MD(13): in rcar_gen2_timer_init()
95 case MD(14): in rcar_gen2_timer_init()
98 case MD(13) | MD(14): in rcar_gen2_timer_init()
Drcar-gen2.h5 #define MD(nr) BIT(nr) macro
/linux-4.4.14/arch/um/scripts/
DMakefile.rules11 …c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -inclu…
18 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
Dentry.S49 bld.b #6,@(0,r2) !previus SR.MD
50 bst.b #6,@(4*4,r15) !set cpu mode to SR.MD
53 bset.b #6,@(0,r2) !set SR.MD
215 shlr2 r1 ! clear MD bit
241 ! bit30 = MD (compatible SH3/4)
/linux-4.4.14/scripts/
DMakefile.lib150 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
154 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
157 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
162 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
DMakefile.host79 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags)
80 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
D.check-lc_ctype.cmd1 cmd_scripts/check-lc_ctype := gcc -Wp,-MD,scripts/.check-lc_ctype.d -Wall -Wmissing-prototypes -Wst…
D.docproc.cmd1 cmd_scripts/docproc := gcc -Wp,-MD,scripts/.docproc.d -Wall -Wmissing-prototypes -Wstrict-prototype…
DKbuild.include16 # The temporary file to save gcc -MD generated dependencies must not
/linux-4.4.14/arch/sh/kernel/cpu/sh2/
Dentry.S52 or r0,r3 ! set MD
266 and r1,r3 ! copy MD bit
268 shll2 r1 ! clear MD bit
312 ! bit30 = MD (compatible SH3/4)
/linux-4.4.14/drivers/md/
DKconfig5 menuconfig MD config
13 if MD
88 an error free MD (multiple device) to the higher levels of the
164 the MD framework. It is not under active development. New
171 tristate "Faulty test module for MD"
181 tristate "Cluster Support for MD (EXPERIMENTAL)"
186 Clustering support for MD devices. This enables locking and
188 nodes in the cluster can access the MD devices simultaneously.
491 endif # MD
/linux-4.4.14/arch/x86/purgatory/
DMakefile13 …trict-prototypes -fno-zero-initialized-in-bss -fno-builtin -ffreestanding -c -MD -Os -mcmodel=large
/linux-4.4.14/drivers/misc/
Dbmp085.c73 s16 MB, MC, MD; member
121 cali->MD = be16_to_cpu(tmp[10]); in bmp085_read_calibration_data()
213 x2 = (cali->MC << 11) / (x1 + cali->MD); in bmp085_get_temperature()
/linux-4.4.14/Documentation/filesystems/
Dntfs.txt15 - The Software RAID / MD driver
16 - Limitations when using the MD driver
34 use the kernel's Software RAID / MD driver. See section "Using Software RAID
232 Device-Mapper driver or the kernel's Software RAID / MD driver. The former is
249 Software RAID / MD driver for raid level 5, see the next section for details.
377 The Software RAID / MD driver
381 Software RAID / MD driver. For which you need to set up your /etc/raidtab
386 the MD driver with NTFS volumes" especially if you want to use linear raid).
392 superblock used by the MD driver would damage the NTFS volume.
415 Note for stripe sets with parity you will also need to tell the MD driver
[all …]
/linux-4.4.14/tools/build/
DBuild.include25 # The temporary file to save gcc -MD generated dependencies must not
92 c_flags = -Wp,-MD,$(depfile),-MT,$@ $(CFLAGS) -D"BUILD_STR(s)=\#s" $(CFLAGS_$(basetarget).o) $(CFLA…
/linux-4.4.14/arch/sh/kernel/
Dhead_32.S62 mov.l 1f, r0 ! MD=1, RB=0, BL=0, IMASK=0xF
333 1: .long 0x500080F0 ! MD=1, RB=0, BL=1, FD=1, IMASK=0xF
/linux-4.4.14/arch/x86/um/
DMakefile39 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
/linux-4.4.14/drivers/mfd/
Dssbi.c50 #define SET_SSBI_MODE2_REG_ADDR_15_8(MD, AD) \ argument
51 (((MD) & 0x0F) | ((((AD) >> 8) << SSBI_MODE2_REG_ADDR_15_8_SHFT) & \
/linux-4.4.14/drivers/net/wan/
DMakefile50 …$(CPP) -D__ASSEMBLY__ -Wp,-MD,$(depfile) -I$(srctree)/include/uapi $< | $(AS68K) -m68360 -o $(obj)…
/linux-4.4.14/arch/powerpc/boot/
DMakefile156 $(CROSS32CC) $(cpp_flags) -E -Wp,-MD,$(depfile) -P -Upowerpc \
167 cmd_bootcc = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTCFLAGS) -c -o $@ $<
170 cmd_bootas = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTAFLAGS) -c -o $@ $<
/linux-4.4.14/Documentation/device-mapper/
Ddm-raid.txt4 The device-mapper RAID (dm-raid) target provides a bridge from DM to MD.
5 It allows the MD RAID drivers to be accessed using a device-mapper
259 1.7.0 Add support for MD RAID0 mappings.
/linux-4.4.14/tools/build/feature/
DMakefile41 CC := $(CROSS_COMPILE)gcc -MD
/linux-4.4.14/Documentation/
Dldm.txt25 Once the LDM driver has divided up the disk, you can use the MD driver to
Dmd-cluster.txt1 The cluster MD is a shared-device RAID for a cluster.
Dkernel-docs.txt118 Keywords: RAID, MD driver.
121 RAID-4 and RAID-5 personalities of the MD device driver in the
Dmd.txt146 MD devices in sysfs
/linux-4.4.14/scripts/kconfig/
D.conf.o.cmd1 cmd_scripts/kconfig/conf.o := gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wmissing-prototypes -Wst…
D.zconf.tab.o.cmd1 cmd_scripts/kconfig/zconf.tab.o := gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wmissing-proto…
/linux-4.4.14/scripts/basic/
D.fixdep.cmd1 cmd_scripts/basic/fixdep := gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict…
/linux-4.4.14/tools/build/Documentation/
DBuild.txt152 - Dependency rules generated by 'gcc -Wp,-MD,...'
/linux-4.4.14/arch/sh/kernel/cpu/sh3/
Dentry.S332 shll k0 ! Check MD bit (bit30) by shifting it into...
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dsupern_2.h41 #define MD 0xffffffff macro
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.saa71347 6 -> Tevion MD 9717
Dgspca.txt252 sunplus 08ca:2050 Medion MD 41437
/linux-4.4.14/arch/powerpc/xmon/
Dppc-opc.c1623 #define MD(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x7) << 2) | ((rc) & 1)) macro
1624 #define MD_MASK MD (0x3f, 0x7, 1)
3295 { "rotldi", MD(30,0,0), MDMB_MASK, PPC64, { RA, RS, SH6 } },
3296 { "clrldi", MD(30,0,0), MDSH_MASK, PPC64, { RA, RS, MB6 } },
3297 { "rldicl", MD(30,0,0), MD_MASK, PPC64, { RA, RS, SH6, MB6 } },
3298 { "rotldi.", MD(30,0,1), MDMB_MASK, PPC64, { RA, RS, SH6 } },
3299 { "clrldi.", MD(30,0,1), MDSH_MASK, PPC64, { RA, RS, MB6 } },
3300 { "rldicl.", MD(30,0,1), MD_MASK, PPC64, { RA, RS, SH6, MB6 } },
3302 { "rldicr", MD(30,1,0), MD_MASK, PPC64, { RA, RS, SH6, ME6 } },
3303 { "rldicr.", MD(30,1,1), MD_MASK, PPC64, { RA, RS, SH6, ME6 } },
[all …]
/linux-4.4.14/Documentation/networking/
DPLIP.txt4 I.D.A. Supercomputing Research Center, Bowie MD 20715
Darcnet.txt252 options in your Amiga nfstab: MD 1024 MR 1024 MW 1024
/linux-4.4.14/Documentation/block/
Ddata-integrity.txt162 and MD linear, RAID0 and RAID1 are currently supported. RAID4/5/6
/linux-4.4.14/drivers/dma/
DKconfig12 RAID operations in the MD driver. This menu only presents
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dentry.S613 ! SSR is now the current SR with the MD and MMU bits set
/linux-4.4.14/arch/x86/kvm/
Demulate.c4046 #define MD(_f, _m) { .flags = ((_f) | ModeDual), .u.mdual = (_m) } macro
4329 N, MD(ModRM, &mode_dual_63),
4550 #undef MD
/linux-4.4.14/Documentation/scsi/
DBusLogic.txt269 it. The MD driver in Linux 2.0 provides for concatenation (LINEAR) and
/linux-4.4.14/Documentation/RCU/
DRTFP.txt474 ,address = "Annapolis, MD"
/linux-4.4.14/
DCREDITS4080 D: MD driver