代码搜索:RTC
找到约 10,000 项符合「RTC」的源代码
代码结果 10,000
www.eeworm.com/read/316872/3597903
h rtc.h
/* $Id: rtc.h,v 1.1 1996/12/26 14:22:35 davem Exp $
*
* rtc.h: Definitions for access to the Mostek real time clock
*
* Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu)
*/
#ifndef _RTC
www.eeworm.com/read/316872/3598560
h rtc.h
/*
* Generic RTC interface.
* This version contains the part of the user interface to the Real Time Clock
* service. It is used with both the legacy mc146818 and also EFI
* Struct rtc_time and fi
www.eeworm.com/read/316872/3599184
h rtc.h
/*
* include/asm-generic/rtc.h
*
* Author: Tom Rini
*
* Based on:
* drivers/char/rtc.c
*
* Please read the COPYING file for all license details.
*/
#ifndef __ASM_RTC_H__
www.eeworm.com/read/316872/3599808
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
/* Dallas DS1302 clock/calendar register numbers. */
# define RTC_SECONDS 0
# define RTC_MINUTES 1
# define RTC_HOURS 2
# define RTC_DAY_OF
www.eeworm.com/read/316872/3599991
h rtc.h
/* $Id: rtc.h,v 1.7 2002/11/04 07:32:09 starvik Exp $ */
#ifndef __RTC_H__
#define __RTC_H__
#ifdef CONFIG_ETRAX_DS1302
/* Dallas DS1302 clock/calendar register numbers. */
# define RTC_SECOND
www.eeworm.com/read/316872/3600303
h rtc.h
/* include/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
www.eeworm.com/read/316872/3601162
h rtc.h
/*
* linux/include/asm-arm/rtc.h
*
* Copyright (C) 2003 Deep Blue Solutions Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Genera
www.eeworm.com/read/316872/3601653
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/316872/3601785
h rtc.h
/*
* include/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_RT