Searched refs:MDS (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/83xx/ |
D | Kconfig | 28 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/ |
D | pnfs-block-server.txt | 4 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/ |
D | lprocfs_status.h | 220 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/ |
D | dram_init.S | 25 ;; Refer to ddr2 MDS for initialization sequence
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | dram_init.S | 25 ; Refer to BIF MDS for a description of SDRAM initialization
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | Kconfig | 72 bool "Freescale MPC85xx MDS" 78 This option enables support for the MPC85xx MDS board
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | p1021mds.dts | 2 * P1021 MDS Device Tree Source
|
D | mpc8568mds.dts | 2 * MPC8568E MDS Device Tree Source
|
D | mpc8379_mds.dts | 2 * MPC8379E MDS Device Tree Source
|
D | mpc8378_mds.dts | 2 * MPC8378E MDS Device Tree Source
|
D | mpc834x_mds.dts | 2 * MPC8349E MDS Device Tree Source
|
D | mpc832x_mds.dts | 11 * To enable external serial I/O on a Freescale MPC 8323 SYS/MDS board, do
|
D | mpc8569mds.dts | 2 * MPC8569E MDS Device Tree Source
|
D | mpc8377_mds.dts | 2 * MPC8377E MDS Device Tree Source
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | ppc-opc.c | 1633 #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 } },
|