irq.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:5k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* $Id: irq.h,v 1.20.2.1 2002/03/03 10:31:56 davem Exp $
  2.  * irq.h: IRQ registers on the 64-bit Sparc.
  3.  *
  4.  * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
  5.  * Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)
  6.  */
  7. #ifndef _SPARC64_IRQ_H
  8. #define _SPARC64_IRQ_H
  9. #include <linux/config.h>
  10. #include <linux/linkage.h>
  11. #include <linux/kernel.h>
  12. #include <asm/pil.h>
  13. #include <asm/ptrace.h>
  14. /* You should not mess with this directly. That's the job of irq.c.
  15.  *
  16.  * If you make changes here, please update hand coded assembler of
  17.  * SBUS/floppy interrupt handler in entry.S -DaveM
  18.  *
  19.  * This is currently one DCACHE line, two buckets per L2 cache
  20.  * line.  Keep this in mind please.
  21.  */
  22. struct ino_bucket {
  23. /* Next handler in per-CPU PIL worklist.  We know that
  24.  * bucket pointers have the high 32-bits clear, so to
  25.  * save space we only store the bits we need.
  26.  */
  27. /*0x00*/unsigned int irq_chain;
  28. /* PIL to schedule this IVEC at. */
  29. /*0x04*/unsigned char pil;
  30. /* If an IVEC arrives while irq_info is NULL, we
  31.  * set this to notify request_irq() about the event.
  32.  */
  33. /*0x05*/unsigned char pending;
  34. /* Miscellaneous flags. */
  35. /*0x06*/unsigned char flags;
  36. /* This is used to deal with IBF_DMA_SYNC on
  37.  * Sabre systems.
  38.  */
  39. /*0x07*/unsigned char synctab_ent;
  40. /* Reference to handler for this IRQ.  If this is
  41.  * non-NULL this means it is active and should be
  42.  * serviced.  Else the pending member is set to one
  43.  * and later registry of the interrupt checks for
  44.  * this condition.
  45.  *
  46.  * Normally this is just an irq_action structure.
  47.  * But, on PCI, if multiple interrupt sources behind
  48.  * a bridge have multiple interrupt sources that share
  49.  * the same INO bucket, this points to an array of
  50.  * pointers to four IRQ action structures.
  51.  */
  52. /*0x08*/void *irq_info;
  53. /* Sun5 Interrupt Clear Register. */
  54. /*0x10*/unsigned long iclr;
  55. /* Sun5 Interrupt Mapping Register. */
  56. /*0x18*/unsigned long imap;
  57. };
  58. #ifdef CONFIG_PCI
  59. extern unsigned long pci_dma_wsync;
  60. extern unsigned long dma_sync_reg_table[256];
  61. extern unsigned char dma_sync_reg_table_entry;
  62. #endif
  63. /* IMAP/ICLR register defines */
  64. #define IMAP_VALID 0x80000000 /* IRQ Enabled */
  65. #define IMAP_TID_UPA 0x7c000000 /* UPA TargetID */
  66. #define IMAP_AID_SAFARI 0x7c000000 /* Safari AgentID */
  67. #define IMAP_NID_SAFARI 0x03e00000 /* Safari NodeID */
  68. #define IMAP_IGN 0x000007c0 /* IRQ Group Number */
  69. #define IMAP_INO 0x0000003f /* IRQ Number */
  70. #define IMAP_INR 0x000007ff /* Full interrupt number*/
  71. #define ICLR_IDLE 0x00000000 /* Idle state */
  72. #define ICLR_TRANSMIT 0x00000001 /* Transmit state */
  73. #define ICLR_PENDING 0x00000003 /* Pending state */
  74. /* Only 8-bits are available, be careful.  -DaveM */
  75. #define IBF_DMA_SYNC 0x01 /* DMA synchronization behind PCI bridge needed. */
  76. #define IBF_PCI 0x02 /* Indicates PSYCHO/SABRE/SCHIZO PCI interrupt.  */
  77. #define IBF_ACTIVE 0x04 /* This interrupt is active and has a handler.  */
  78. #define IBF_MULTI 0x08 /* On PCI, indicates shared bucket.  */
  79. #define NUM_IVECS 8192
  80. extern struct ino_bucket ivector_table[NUM_IVECS];
  81. #define __irq_ino(irq) 
  82.         (((struct ino_bucket *)(unsigned long)(irq)) - &ivector_table[0])
  83. #define __irq_pil(irq) ((struct ino_bucket *)(unsigned long)(irq))->pil
  84. #define __bucket(irq) ((struct ino_bucket *)(unsigned long)(irq))
  85. #define __irq(bucket) ((unsigned int)(unsigned long)(bucket))
  86. static __inline__ char *__irq_itoa(unsigned int irq)
  87. {
  88. static char buff[16];
  89. sprintf(buff, "%d,%x", __irq_pil(irq), (unsigned int)__irq_ino(irq));
  90. return buff;
  91. }
  92. #define NR_IRQS    15
  93. extern void disable_irq(unsigned int);
  94. #define disable_irq_nosync disable_irq
  95. extern void enable_irq(unsigned int);
  96. extern void init_timers(void (*lvl10_irq)(int, void *, struct pt_regs *),
  97. unsigned long *);
  98. extern unsigned int build_irq(int pil, int inofixup, unsigned long iclr, unsigned long imap);
  99. extern unsigned int sbus_build_irq(void *sbus, unsigned int ino);
  100. extern unsigned int psycho_build_irq(void *psycho, int imap_off, int ino, int need_dma_sync);
  101. #ifdef CONFIG_SMP
  102. extern void set_cpu_int(int, int);
  103. extern void clear_cpu_int(int, int);
  104. extern void set_irq_udt(int);
  105. #endif
  106. extern int request_fast_irq(unsigned int irq,
  107.     void (*handler)(int, void *, struct pt_regs *),
  108.     unsigned long flags, __const__ char *devname,
  109.     void *dev_id);
  110. extern __inline__ void set_softint(unsigned long bits)
  111. {
  112. __asm__ __volatile__("wr %0, 0x0, %%set_softint"
  113.      : /* No outputs */
  114.      : "r" (bits));
  115. }
  116. extern __inline__ void clear_softint(unsigned long bits)
  117. {
  118. __asm__ __volatile__("wr %0, 0x0, %%clear_softint"
  119.      : /* No outputs */
  120.      : "r" (bits));
  121. }
  122. extern __inline__ unsigned long get_softint(void)
  123. {
  124. unsigned long retval;
  125. __asm__ __volatile__("rd %%softint, %0"
  126.      : "=r" (retval));
  127. return retval;
  128. }
  129. #endif