Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/83xx/
DKconfig29 bool "Freescale MPC832x MDS"
33 This option enables support for the MPC832x MDS evaluation board.
43 bool "Freescale MPC834x MDS"
47 This option enables support for the MPC 834x MDS evaluation board.
49 Be aware that PCI buses can only function when MDS board is plugged
65 bool "Freescale MPC836x MDS"
68 This option enables support for the MPC836x MDS Processor Board.
80 bool "Freescale MPC837x MDS"
84 This option enables support for the MPC837x MDS Processor Board.
/Linux-v4.19/Documentation/filesystems/nfs/
Dpnfs-scsi-server.txt6 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
14 addition to the MDS. As of now the file system needs to sit directly on the
15 exported LUN, striping or concatenation of LUNs on the MDS and clients
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-v4.19/arch/powerpc/platforms/85xx/
DKconfig74 bool "Freescale MPC85xx MDS"
80 This option enables support for the MPC85xx MDS board
/Linux-v4.19/arch/powerpc/boot/dts/fsl/
Dp1021mds.dts2 * P1021 MDS Device Tree Source
Dmpc8568mds.dts2 * MPC8568E MDS Device Tree Source
Dmpc8569mds.dts2 * MPC8569E MDS Device Tree Source
/Linux-v4.19/arch/powerpc/boot/dts/
Dmpc832x_mds.dts11 * To enable external serial I/O on a Freescale MPC 8323 SYS/MDS board, do
Dmpc834x_mds.dts2 * MPC8349E MDS Device Tree Source
Dmpc8379_mds.dts2 * MPC8379E MDS Device Tree Source
Dmpc8378_mds.dts2 * MPC8378E MDS Device Tree Source
Dmpc8377_mds.dts2 * MPC8377E MDS Device Tree Source
/Linux-v4.19/arch/powerpc/xmon/
Dppc-opc.c2499 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1)) macro
2500 #define MDS_MASK MDS (0x3f, 0xf, 1)
4660 {"rotld", MDS(30,8,0), MDSMB_MASK, PPC64, PPCVLE, {RA, RS, RB}},
4661 {"rldcl", MDS(30,8,0), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, MB6}},
4662 {"rotld.", MDS(30,8,1), MDSMB_MASK, PPC64, PPCVLE, {RA, RS, RB}},
4663 {"rldcl.", MDS(30,8,1), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, MB6}},
4665 {"rldcr", MDS(30,9,0), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, ME6}},
4666 {"rldcr.", MDS(30,9,1), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, ME6}},