代码搜索结果

找到约 10,000 项符合 Flash 的代码

flash.c

/* * (C) Copyright 2000 * Marius Groeger * Sysgo Real-Time Solutions, GmbH * * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. *

flash.c

#include #include flash_info_t flash_info[CFG_MAX_FLASH_BANKS]; unsigned long flash_init(void) { int i; for (i = 0; i < CFG_MAX_FLASH_BANKS; i++) { flash_info[

flash.c

/* * (C) Copyright 2001 * Kyle Harris, Nexus Technologies, Inc. kharris@nexus-tech.net * * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2003 * T

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

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

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

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

flash.c

/* * (C) Copyright 2001, 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Flash Routines for AMD devices on the TQM8260 board * *-------------------------------------------------

flash.c

/* * (C) Copyright 2001 * Kyle Harris, Nexus Technologies, Inc. kharris@nexus-tech.net * * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for li

flash.c

/* * (C) Copyright 2001, 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Flash Routines for Intel devices * *--------------------------------------------------------------------