代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.cc
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998,1999 Olivier Debon
//
// This program is free software; you can redistribute it and/or
/
flash.c
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides interface routines to the LPC ARM Flash IAP.
* Copyr
flash.h
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides the interface definitions for flash.c
* Copyright 20
flash.h
//--------------------------------------------------------------------------
//! \file
//!
//! Flash Header file
//!
//--------------------------------------------------------------------------
flash.asm
;------------------------------------------------------------------------------
;
; FILENAME: flash.asm
;
; DESCRIPTION:
; Routines in this file perform flash block write and read operat
flash.c
#include
#include
#include
#include "flash.h"
#include "44b.h"
#include "def.h"
#include "44blib.h"
/* PC7 6 5 4 3 2 1 0 */
/* I I I I I I I
flash.h
#include "44b.h"
#include "def.h"
#define Nand_RB (0x01)
#define Nand_CE (0x02)
#define Nand_CLE (0x04)
#define Nand_ALE (0x08)
#define Nand_IO (*(volatile unsigned char *)0x02000000) //
flash.h
/*
定义flash的基地址
RAM的基地址
*/
#define FLASH_START 0x70000000
#define RAM_START 0xC0000000
#define FLASH(offset) (FLASH_START + (offset))
#define FLASH_BYTE(offset) (*(volatile unsigned char
flash.h
#include "..\STARTUP\44b.h"
#include "..\inc\def.h"
/*KM29U128 IO 定义*/
//RB ->GPE0
//CLE ->GPC11
//ALE ->GPC10
//WP ->
//CE ->GPC15
#define RB (0x01)
#define CLE (0x800)
#define ALE (0x
flash.h
/* NOR flash devices */
typedef struct pflash_t pflash_t;
/* pflash_cfi01.c */
pflash_t *pflash_cfi01_register(target_phys_addr_t base, ram_addr_t off,
BlockDriverStat