Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/arch/powerpc/platforms/85xx/
DKconfig37 bool "Freescale MPC85xx MDS"
43 This option enables support for the MPC85xx MDS board
/linux-2.6.39/arch/cris/arch-v32/mach-a3/
Ddram_init.S25 ;; Refer to ddr2 MDS for initialization sequence
/linux-2.6.39/arch/cris/arch-v32/mach-fs/
Ddram_init.S25 ; Refer to BIF MDS for a description of SDRAM initialization
/linux-2.6.39/arch/powerpc/boot/dts/
Dmpc8378_mds.dts2 * MPC8378E MDS Device Tree Source
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
Dmpc8377_mds.dts2 * MPC8377E MDS Device Tree Source
Dp1021mds.dts2 * P1021 MDS Device Tree Source
Dmpc8568mds.dts2 * MPC8568E MDS Device Tree Source
Dmpc8569mds.dts2 * MPC8569E MDS Device Tree Source
/linux-2.6.39/arch/powerpc/xmon/
Dppc-opc.c1632 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1)) macro
1633 #define MDS_MASK MDS (0x3f, 0xf, 1)
3310 { "rotld", MDS(30,8,0), MDSMB_MASK, PPC64, { RA, RS, RB } },
3311 { "rldcl", MDS(30,8,0), MDS_MASK, PPC64, { RA, RS, RB, MB6 } },
3312 { "rotld.", MDS(30,8,1), MDSMB_MASK, PPC64, { RA, RS, RB } },
3313 { "rldcl.", MDS(30,8,1), MDS_MASK, PPC64, { RA, RS, RB, MB6 } },
3315 { "rldcr", MDS(30,9,0), MDS_MASK, PPC64, { RA, RS, RB, ME6 } },
3316 { "rldcr.", MDS(30,9,1), MDS_MASK, PPC64, { RA, RS, RB, ME6 } },