Searched refs:MDS (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/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-2.6.39/arch/powerpc/platforms/85xx/ |
D | Kconfig | 37 bool "Freescale MPC85xx MDS" 43 This option enables support for the MPC85xx MDS board
|
/linux-2.6.39/arch/cris/arch-v32/mach-a3/ |
D | dram_init.S | 25 ;; Refer to ddr2 MDS for initialization sequence
|
/linux-2.6.39/arch/cris/arch-v32/mach-fs/ |
D | dram_init.S | 25 ; Refer to BIF MDS for a description of SDRAM initialization
|
/linux-2.6.39/arch/powerpc/boot/dts/ |
D | mpc8378_mds.dts | 2 * MPC8378E 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 | mpc834x_mds.dts | 2 * MPC8349E MDS Device Tree Source
|
D | mpc8379_mds.dts | 2 * MPC8379E MDS Device Tree Source
|
D | mpc8377_mds.dts | 2 * MPC8377E MDS Device Tree Source
|
D | p1021mds.dts | 2 * P1021 MDS Device Tree Source
|
D | mpc8568mds.dts | 2 * MPC8568E MDS Device Tree Source
|
D | mpc8569mds.dts | 2 * MPC8569E MDS Device Tree Source
|
/linux-2.6.39/arch/powerpc/xmon/ |
D | ppc-opc.c | 1632 #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 } },
|