⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 immap_83xx.h

📁 Universal Bootloader which support OMAP2420.
💻 H
字号:
/* * MPC8349 Internal Memory Map * Copyright (c) 2004 Freescale Semiconductor. * Eran Liberty (liberty@freescale.com) * * based on: * - MPC8260 Internal Memory Map *   Copyright (c) 1999 Dan Malek (dmalek@jlc.net) * - MPC85xx Internal Memory Map *   Copyright(c) 2002,2003 Motorola Inc. *   Xianghua Xiao (x.xiao@motorola.com) */#ifndef __IMMAP_8349__#define __IMMAP_8349__#include <asm/types.h>#include <asm/i2c.h>/* * Local Access Window. */typedef struct law8349 {	u32 bar; /* LBIU local access window base address register *//* Identifies the 20 most-significant address bits of the base of local * access window n. The specified base address should be aligned to the * window size, as defined by LBLAWARn[SIZE]. */#define LAWBAR_BAR         0xFFFFF000#define LAWBAR_RES	     ~(LAWBAR_BAR)	u32 ar; /* LBIU local access window attribute register *//* * This Macro were moved into mmu.h */#if 0/* 0 The local bus local access window n is disabled. 1 The local bus * local access window n is enabled and other LBLAWAR0 and LBLAWBAR0 fields * combine to identify an address range for this window. */#define LAWAR_EN           0x80000000/* Identifies the size of the window from the starting address. Window * size is 2^(SIZE+1) bytes. 000000

⌨️ 快捷键说明

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