代码搜索结果
找到约 6,737 项符合
Firmware 的代码
firmware.asm
firmware.elf: file format elf32-avr
Disassembly of section .text:
00000000 :
0: 0a c0 rjmp .+20 ; 0x16
2: 23 c0 rjmp .+70 ; 0x4a
4: 2c c0 rjmp .+8
firmware.asm
firmware.elf: file format elf32-avr
Disassembly of section .text:
00000000 :
0: 0a c0 rjmp .+20 ; 0x16
2: 23 c0 rjmp .+70 ; 0x4a
4: 2c c0 rjmp .+8
firmware.c
/*
* arch/parisc/kernel/firmware.c - safe PDC access routines
*
* PDC == Processor Dependent Code
*
* See http://www.parisc-linux.org/documentation/index.html
* for documentation describing the
firmware.ptf
[usbsoftlock]
Synthesize=false
firmware.npl
JDF F
// Created by Project Navigator ver 1.0
PROJECT Firmware
DESIGN firmware Normal
DEVFAM spartan2
DEVFAMTIME 0
DEVICE xc2s15
DEVICETIME 0
DEVPKG cs144
DEVPKGTIME 0
DEVSPEED -6
DEVSPEEDT
firmware.ptf
[usbsoftlock]
Synthesize=false
firmware.npl
JDF F
// Created by Project Navigator ver 1.0
PROJECT Firmware
DESIGN firmware Normal
DEVFAM spartan2
DEVFAMTIME 0
DEVICE xc2s15
DEVICETIME 0
DEVPKG cs144
DEVPKGTIME 0
DEVSPEED -6
DEVSPEEDT
firmware.h
#ifndef _INC_FIRMWARE_H
#define _INC_FIRMWARE_H
#if defined(MRV_CHIP_8385)
#include "gspi8385.h"
#include "helper_spi.h"
#elif defined (MRV_CHIP_8686)
#include "gspi8686.h"
#include "help
firmware.c
/*
* arch/parisc/kernel/firmware.c - safe PDC access routines
*
* PDC == Processor Dependent Code
*
* See http://www.parisc-linux.org/documentation/index.html
* for documentation describing the
firmware.c
/*
* firmware.c - firmware subsystem hoohaw.
*
* Copyright (c) 2002-3 Patrick Mochel
* Copyright (c) 2002-3 Open Source Development Labs
*
* This file is released under the GPLv2
*
*/
#includ