代码搜索:PROGRAMMABLE
找到约 841 项符合「PROGRAMMABLE」的源代码
代码结果 841
www.eeworm.com/read/227822/14410300
c arm_pic.c
/*
* Generic ARM Programmable Interrupt Controller support.
*
* Copyright (c) 2006 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the LGPL
*/
#include "vl.h"
#include "
www.eeworm.com/read/233554/4666677
c refclock_datum.c
/*
** refclock_datum - clock driver for the Datum Programmable Time Server
**
** Important note: This driver assumes that you have termios. If you have
** a system that does not have termios, you will
www.eeworm.com/read/209559/4968200
h 8253pit.h
/*
* 8253/8254 Programmable Interval Timer
*/
#ifndef _8253PIT_H
#define _8253PIT_H
#define PIT_TICK_RATE 1193182UL
#endif
www.eeworm.com/read/209559/4968373
h 8253pit.h
/*
* 8253/8254 Programmable Interval Timer
*/
#ifndef _8253PIT_H
#define _8253PIT_H
#define PIT_TICK_RATE 1193182UL
#endif
www.eeworm.com/read/209559/4969595
h 8253pit.h
/*
* 8253/8254 Programmable Interval Timer
*/
#ifndef _8253PIT_H
#define _8253PIT_H
#define PIT_TICK_RATE 1193182UL
#endif
www.eeworm.com/read/209559/4971518
h 8253pit.h
/*
* 8253/8254 Programmable Interval Timer
*/
#ifndef _8253PIT_H
#define _8253PIT_H
#define PIT_TICK_RATE 1193180UL
#endif
www.eeworm.com/read/209559/4972089
h 8253pit.h
/*
* 8253/8254 Programmable Interval Timer
*/
#ifndef _8253PIT_H
#define _8253PIT_H
#define PIT_TICK_RATE 1193182UL
#endif
www.eeworm.com/read/182103/5268072
c i8259.c
/*
* This file contains the implementation of the function described in irq.h
* related to Intel 8259 Programmable Interrupt controller.
*
* Copyright (C) 1998, 1999 valette@crf.canon.fr
*
*
www.eeworm.com/read/346457/3182138
svn-base arm_pic.c.svn-base
/*
* Generic ARM Programmable Interrupt Controller support.
*
* Copyright (c) 2006 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the LGPL
*/
#include "hw.h"
#include "a
www.eeworm.com/read/316872/3587973
c mpc52xx_pic.c
/*
*
* Programmable Interrupt Controller functions for the Freescale MPC52xx.
*
* Copyright (C) 2006 bplan GmbH
*
* Based on the code from the 2.4 kernel by
* Dale Farnsworth