代码搜索:RTC
找到约 10,000 项符合「RTC」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4969991
h rtc.h
/* $Id: rtc.h,v 1.1.1.1 2004/03/25 04:29:22 hitoshiy Exp $ */
#ifndef __RTC_H__
#define __RTC_H__
#include
/* Dallas DS1302 clock/calendar register numbers. */
# define RTC_SE
www.eeworm.com/read/209559/4970141
h rtc.h
#ifndef _I386_RTC_H
#define _I386_RTC_H
/*
* x86 uses the default access methods for the RTC.
*/
#include
#endif
www.eeworm.com/read/209559/4970354
h rtc.h
/* $Id: rtc.h,v 1.7 2002/11/04 07:32:09 starvik Exp $ */
#ifndef __RTC_H__
#define __RTC_H__
#include
#ifdef CONFIG_ETRAX_DS1302
/* Dallas DS1302 clock/calendar register number
www.eeworm.com/read/209559/4970506
h rtc.h
/* asm-m68k/rtc.h
*
* Copyright Richard Zidlicky
* implementation details for genrtc/q40rtc driver
*/
/* permission is hereby granted to copy, modify and redistribute this code
* in terms of the
www.eeworm.com/read/209559/4971464
h rtc.h
#ifndef _ALPHA_RTC_H
#define _ALPHA_RTC_H
/*
* Alpha uses the default access methods for the RTC.
*/
#include
#endif
www.eeworm.com/read/209559/4971586
h rtc.h
/*
* inclue/asm-parisc/rtc.h
*
* Copyright 2002 Randolph CHung
*
* Based on: include/asm-ppc/rtc.h and the genrtc driver in the
* 2.4 parisc linux tree
*/
#ifndef __ASM_RTC
www.eeworm.com/read/209559/4971774
h rtc.h
#ifndef __ASM_CPU_SH4_RTC_H
#define __ASM_CPU_SH4_RTC_H
/* SH-4 RTC */
#define R64CNT 0xffc80000
#define RSECCNT 0xffc80004
#define RMINCNT 0xffc80008
#define RHRCNT 0xffc8000c
#define RWKCNT
www.eeworm.com/read/209559/4971807
h rtc.h
#ifndef __ASM_CPU_SH3_RTC_H
#define __ASM_CPU_SH3_RTC_H
/* SH-3 RTC */
#define R64CNT 0xfffffec0
#define RSECCNT 0xfffffec2
#define RMINCNT 0xfffffec4
#define RHRCNT 0xfffffec6
#define RWKCNT
www.eeworm.com/read/209559/4971860
h rtc.h
#ifndef _ASM_RTC_H
#define _ASM_RTC_H
#include
#include
extern void sh_rtc_gettimeofday(struct timespec *ts);
extern int sh_rtc_settimeofday(const time_t secs);
exter
www.eeworm.com/read/209559/4972019
h rtc.h
/*
* inclue/asm-ppc/rtc.h
*
* Author: Tom Rini
*
* 2002 (c) MontaVista, Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. T