代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.c
/* $Id: flash.c,v 1.25 2001/12/21 04:56:16 davem Exp $
* flash.c: Allow mmap access to the OBP Flash, for OBP updates.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
*/
#include
flash.h
#ifndef LINUX_SPI_FLASH_H
#define LINUX_SPI_FLASH_H
struct mtd_partition;
/**
* struct flash_platform_data: board-specific flash data
* @name: optional flash device name (eg, as used with mtdparts
flash.h
/*
* linux/include/asm-arm/mach/flash.h
*
* Copyright (C) 2003 Russell King, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
flash.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
flash.ld
SECTIONS
{
. = 0x00000000;
Image_RO_Base = .;
.text : { *(.text) }
.rodata : { *(.rodata) }
Image_RO_Limit = .;
. = 0x0C000000;
Image_RW_Base = .;
.data ALIGN(0x10) : { *(.data) }
I
flash.ld
SECTIONS
{
. = 0x00000000;
ROM_BASE = .; /* image store address (in Flash)*/
Image_RO_Base = .;
.text : { *(.text) }
.rodata : { *(.rodata) }
Image_RO_Limit = .;
. = 0x30000000;
Image
flash.c
//*****************************************************************************
//
// flash.c - Driver for programming the on-chip flash.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All ri
flash.h
//*****************************************************************************
//
// flash.h - Prototypes for the flash driver.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights rese
flash.ini
/******************************************************************************/
/* FLASH.INI: FLASH Initialization File */
/***********************************
flash.c
/* Description : flash functions.
*
* $Author: 王琢玉
* $Date: 2007/02/23
* $Name: flash.c
*/
#define FLASH_GLOBALS
#include "include.h"
/*****************************************