代码搜索:Flash
找到约 10,000 项符合「Flash」的源代码
代码结果 10,000
www.eeworm.com/read/477919/1356238
c flash.c
/*
* (C) Copyright 2000, 2001
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free softwar
www.eeworm.com/read/477919/1356261
c flash.c
/*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Alex Zuepke
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This prog
www.eeworm.com/read/477919/1356286
c flash.c
#include
#include
flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS];
unsigned long flash_init(void)
{
int i;
for (i = 0; i < CONFIG_SYS_MAX_FLASH_BANKS; i++)
www.eeworm.com/read/477919/1356320
c flash.c
/**
* @file flash.c
*/
/*
* (C) Copyright 2003
* AMIRIX Systems Inc.
*
* Originated from ppcboot-2.0.0/board/esd/cpci440/strataflash.c
*
* (C) Copyright 2002
* Brad Kemp, Seranoa Networks, B
www.eeworm.com/read/477919/1356330
c flash.c
/*
* (C) Copyright 2000, 2001, 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free s
www.eeworm.com/read/477919/1356337
c flash.c
/*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/477919/1356346
c flash.c
/*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/477919/1356353
c flash.c
/*
* (C) Copyright 2006 Embedded Artists AB
*
* (C) Copyright 2007 Gary Jennejohn garyj@denx.de
* Modified to use the routines in cpu/arm720t/lpc2292/flash.c.
* Heavily
www.eeworm.com/read/477919/1356359
c flash.c
/*
* (C) Copyright 2001, 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* Flash Routines for AMD devices on the TQM8260 board
*
*-------------------------------------------------
www.eeworm.com/read/477919/1356374
c flash.c
/*
* (C) Copyright 2002-2005
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* (C) Copyright 2002 Jun Gu
* Add support for Am29F016D and dynamic switch setting.
*