mpc5200.c

来自「优龙2410linux2.6.8内核源代码」· C语言 代码 · 共 30 行

C
30
字号
/* * arch/ppc/platforms/mpc5200.c * * OCP Definitions for the boards based on MPC5200 processor. Contains * definitions for every common peripherals. (Mostly all but PSCs) *  * Maintainer : Sylvain Munaut <tnt@246tNt.com> * * Copyright 2004 Sylvain Munaut <tnt@246tNt.com> * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any * kind, whether express or implied. */#include <asm/ocp.h>#include <asm/mpc52xx.h>/* Here is the core_ocp struct. * With all the devices common to all board. Even if port multiplexing is * not setup for them (if the user don't want them, just don't select the * config option). The potentially conflicting devices (like PSCs) goes in * board specific file. */struct ocp_def core_ocp[] = {	{	/* Terminating entry */		.vendor		= OCP_VENDOR_INVALID	}};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?