代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.h
#ifndef __FLASH_H
#define __FLASH_H
#define MAX_CHIPS 6
#define DEVICE_TYPE_X8 (8 / 8)
#define DEVICE_TYPE_X16 (16 / 8)
#define DEVICE_TYPE_X32 (32 / 8)
/* Addresses */
#define ADDR_MA
flash.c
#include "types.h"
#include "bioscall.h"
#include "flash.h"
const struct flash_info table[] = {
{
mfr_id: MANUFACTURER_SST,
dev_id: SST39VF040,
name: "SST SST39VF040",
size: 0x00080000,
e
flash.h
#ifndef __FLASH_H
#define __FLASH_H
#define MAX_CHIPS 6
#define DEVICE_TYPE_X8 (8 / 8)
#define DEVICE_TYPE_X16 (16 / 8)
#define DEVICE_TYPE_X32 (32 / 8)
/* Addresses */
#define ADDR_MA
flash.vhd
--flash
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
use IEEE.std_logic_arith.all;
entity flash is
port(clk,en:in std_logic;
beam:in std_logic_vector(6 downt
flash.vhd
--flash
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
use IEEE.std_logic_arith.all;
entity flash is
port(clk,en:in std_logic;
beam:in std_logic_vector(6 downt