代码搜索:NVRAM
找到约 1,414 项符合「NVRAM」的源代码
代码结果 1,414
www.eeworm.com/read/209559/4965474
c nvram.c
/*
* CMOS/NV-RAM driver for Linux
*
* Copyright (C) 1997 Roman Hodek
* idea by and with help from Richard Jelinek
* Portions copyright (c) 20
www.eeworm.com/read/209559/4966570
c nvram.c
/*
* /dev/nvram driver for Power Macintosh.
*/
#define NVRAM_VERSION "1.0"
#include
#include
#include
#include
#include
www.eeworm.com/read/209559/4969184
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/209559/4969586
h nvram.h
/*
* PreP compliant NVRAM access
* This needs to be updated for PPC64
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licen
www.eeworm.com/read/209559/4972073
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/206983/5003844
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/200288/5069540
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/195502/5110810
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/195013/5119525
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'