Home
last modified time | relevance | path

Searched refs:MDS (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/83xx/
DKconfig28 bool "Freescale MPC832x MDS"
32 This option enables support for the MPC832x MDS evaluation board.
42 bool "Freescale MPC834x MDS"
46 This option enables support for the MPC 834x MDS evaluation board.
48 Be aware that PCI buses can only function when MDS board is plugged
64 bool "Freescale MPC836x MDS"
67 This option enables support for the MPC836x MDS Processor Board.
79 bool "Freescale MPC837x MDS"
83 This option enables support for the MPC837x MDS Processor Board.
/linux-4.1.27/Documentation/filesystems/nfs/
Dpnfs-block-server.txt4 case the NFS server acts as Metadata Server (MDS) for pNFS, which in addition
12 to the clients in addition to the MDS. As of now the file system needs to
14 volumes on the MDS and clients is not supported yet.
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h220 OPC_RANGE(MDS) + in opcode_offset()
226 OPC_RANGE(MDS) + in opcode_offset()
233 OPC_RANGE(MDS) + in opcode_offset()
241 OPC_RANGE(MDS) + in opcode_offset()
250 OPC_RANGE(MDS) + in opcode_offset()
260 OPC_RANGE(MDS) + in opcode_offset()
271 OPC_RANGE(MDS) + in opcode_offset()
283 OPC_RANGE(MDS) + in opcode_offset()
296 OPC_RANGE(MDS) + in opcode_offset()
306 OPC_RANGE(MDS) + \
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
Ddram_init.S25 ;; Refer to ddr2 MDS for initialization sequence
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
Ddram_init.S25 ; Refer to BIF MDS for a description of SDRAM initialization
/linux-4.1.27/arch/powerpc/platforms/85xx/
DKconfig72 bool "Freescale MPC85xx MDS"
78 This option enables support for the MPC85xx MDS board
/linux-4.1.27/arch/powerpc/boot/dts/
Dp1021mds.dts2 * P1021 MDS Device Tree Source
Dmpc8568mds.dts2 * MPC8568E MDS Device Tree Source
Dmpc8379_mds.dts2 * MPC8379E MDS Device Tree Source
Dmpc8378_mds.dts2 * MPC8378E MDS Device Tree Source
Dmpc834x_mds.dts2 * MPC8349E MDS Device Tree Source
Dmpc832x_mds.dts11 * To enable external serial I/O on a Freescale MPC 8323 SYS/MDS board, do
Dmpc8569mds.dts2 * MPC8569E MDS Device Tree Source
Dmpc8377_mds.dts2 * MPC8377E MDS Device Tree Source
/linux-4.1.27/arch/powerpc/xmon/
Dppc-opc.c1633 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1)) macro
1634 #define MDS_MASK MDS (0x3f, 0xf, 1)
3311 { "rotld", MDS(30,8,0), MDSMB_MASK, PPC64, { RA, RS, RB } },
3312 { "rldcl", MDS(30,8,0), MDS_MASK, PPC64, { RA, RS, RB, MB6 } },
3313 { "rotld.", MDS(30,8,1), MDSMB_MASK, PPC64, { RA, RS, RB } },
3314 { "rldcl.", MDS(30,8,1), MDS_MASK, PPC64, { RA, RS, RB, MB6 } },
3316 { "rldcr", MDS(30,9,0), MDS_MASK, PPC64, { RA, RS, RB, ME6 } },
3317 { "rldcr.", MDS(30,9,1), MDS_MASK, PPC64, { RA, RS, RB, ME6 } },