代码搜索结果

找到约 10,000 项符合 RTC 的代码

rtc.c

/* * linux/arch/mips/philips/nino/rtc.c * * Copyright (C) 2001 Steven J. Hill (sjhill@realitydiluted.com) * * This program is free software; you can redistribute it and/or modify * it under th

rtc.c

/* * Real Time Clock interface for Linux on the MVME16x * * Based on the PC driver by Paul Gortmaker. */ #define RTC_VERSION "1.00" #include #include #include

rtc.c

/* * Real Time Clock interface for Linux on the BVME6000 * * Based on the PC driver by Paul Gortmaker. */ #define RTC_VERSION "1.00" #include #include #include

rtc-no.c

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Stub RTC routines

rtc.c

/* $Id: rtc.c,v 1.28 2001/10/08 22:19:51 davem Exp $ * * Linux/SPARC Real Time Clock Driver * Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu) * * This is a little driver that lets a us

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ #include "..\inc\def.h" #define RTC_SECOND_CHANGE 1 #define RTC_MINUTE_CHANGE 2 #define RTC_HOUR_CHANGE 3 #define RTC_DAY_CHANGE 4 #define RTC_MONTH_CHANGE

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

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

rtc.h

/* * Copyright (c) 2003 Century Software, Inc. All Rights Reserved. *

rtc.c

/* * Real Time Clock interface for Linux * * Copyright (C) 1996 Paul Gortmaker * * This driver allows use of the real time clock (built into * nearly all computers) from user space. It exports