irq.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:5k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

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