代码搜索结果

找到约 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.h

#ifndef __RTC_H__ #define __RTC_H__ int Test_Rtc_Alarm(void); void Test_Rtc_Tick(void); void Display_Rtc(void); void Rtc_Init(void); #define TESTYEAR (0x99) #define TESTMONTH (0x12) #d

rtc.c

#include "..\..\inc\44b.h" #include "..\..\inc\44blib.h" #include "..\..\inc\cputest\rtc.h" void Rtc_Tick(void) __attribute__ ((interrupt ("IRQ"))); char *date[8] = {"","SUN","MON","TUE","WED","

rtc.c

/* * linux/arch/sh/kernel/rtc.c -- SH3 / SH4 on-chip RTC support * * Copyright (C) 2000 Philipp Rumpf * Copyright (C) 1999 Tetsuya Okada & Niibe Yutaka */ #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

/* * Copyright 2001 MontaVista Software Inc. * Author: MontaVista Software, Inc. * ahennessy@mvista.com * * RTC routines for Dallas chip. * * This file is subject to the ter

rtc.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. * * RTC routines for P

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.c

/* * Real Time Clock interface for PPC64. * * Based on rtc.c by Paul Gortmaker * * This driver allows use of the real time clock * from user space. It exports the /dev/rtc * interface supportin