Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
q40ints.c File Reference
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <asm/ptrace.h>
#include <asm/traps.h>
#include <asm/q40_master.h>
#include <asm/q40ints.h>

Go to the source code of this file.

Data Structures

struct  IRQ_TABLE
 

Macros

#define SVOL   45
 
#define IRQ_INPROGRESS   1
 
#define DEBUG_Q40INT
 

Functions

void __init q40_init_IRQ (void)
 
void q40_mksound (unsigned int hz, unsigned int ticks)
 
void q40_sched_init (irq_handler_t timer_routine)
 

Variables

unsigned short q40_ablecount [35]
 
unsigned short q40_state [35]
 
int ql_ticks
 

Macro Definition Documentation

#define DEBUG_Q40INT

Definition at line 197 of file q40ints.c.

#define IRQ_INPROGRESS   1

Definition at line 193 of file q40ints.c.

#define SVOL   45

Definition at line 108 of file q40ints.c.

Function Documentation

void __init q40_init_IRQ ( void  )

Definition at line 82 of file q40ints.c.

void q40_mksound ( unsigned int  hz,
unsigned int  ticks 
)

Definition at line 110 of file q40ints.c.

void q40_sched_init ( irq_handler_t  timer_routine)

Definition at line 146 of file q40ints.c.

Variable Documentation

unsigned short q40_ablecount[35]

Definition at line 40 of file q40ints.c.

unsigned short q40_state[35]

Definition at line 41 of file q40ints.c.

int ql_ticks

Definition at line 105 of file q40ints.c.