代码搜索:NVRAM
找到约 1,414 项符合「NVRAM」的源代码
代码结果 1,414
www.eeworm.com/read/350097/3130662
c nvram.c
/*
* CMOS/NV-RAM driver for Linux
*
* Copyright (C) 1997 Roman Hodek
* idea by and with help from Richard Jelinek
*
* This driver allows you
www.eeworm.com/read/350097/3131462
c nvram.c
/*
* /dev/nvram driver for Power Macintosh.
*/
#define NVRAM_VERSION "1.0"
#include
#include
#include
#include
#include
www.eeworm.com/read/350097/3133132
h nvram.h
#ifndef _LINUX_NVRAM_H
#define _LINUX_NVRAM_H
#include
/* /dev/nvram ioctls */
#define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */
#define NVRAM_SETCKS _IO('p'
www.eeworm.com/read/350097/3134478
h nvram.h
/*
* PreP compliant NVRAM access
*/
#ifdef __KERNEL__
#ifndef _PPC_NVRAM_H
#define _PPC_NVRAM_H
#define NVRAM_AS0 0x74
#define NVRAM_AS1 0x75
#define NVRAM_DATA 0x77
/* RTC Offsets */
#define
www.eeworm.com/read/345691/3197384
lst nvram.lst
C51 COMPILER V7.50 NVRAM 01/12/2006 13:31:12 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE NVRAM
OBJECT MODULE PLACED IN .
www.eeworm.com/read/345691/3197397
c nvram.c
#include
#include "common.h"
#include "Struct.h"
#include "system.h"
#include "NVRam.h"
#include "TW10xReg.h"
#include "TwoWire.h"
#include "KeyPad.h"
#include "Video.h"
#include "g
www.eeworm.com/read/345691/3197508
h nvram.h
#ifndef __NVRAM_h
#define __NVRAM_h
#define COLORTEMP_MSK 0xF0
#define LANGUAGE_MSK 0x0F
#define ADCVALUES 0 //78 //for 13 different adc area
#de
www.eeworm.com/read/342142/3239926
c nvram.c
/*
* (C) Copyright 2002
* Thomas Frieden, Hyperion Entertainment
* ThomasF@hyperion-entertainment.com
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This progra
www.eeworm.com/read/338479/3317473
c nvram.c
/*
* (C) Copyright 2002
* Thomas Frieden, Hyperion Entertainment
* ThomasF@hyperion-entertainment.com
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This progra
www.eeworm.com/read/337546/3330784
c nvram.c
/*
* c 2001 PPC 64 Team, IBM Corp
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by