The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/drivers/libpci/pci_via.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*
    2 pci_via.h
    3 
    4 Created:        Jun 2001 by Philip Homburg <philip@cs.vu.nl>
    5 */
    6 
    7 #define VIA_ISABR_EL    0x54    /* Edge or level triggered */
    8 #define         VIA_ISABR_EL_INTA       0x08    /* Edge (1) or level (0) */
    9 #define         VIA_ISABR_EL_INTB       0x04
   10 #define         VIA_ISABR_EL_INTC       0x02
   11 #define         VIA_ISABR_EL_INTD       0x01
   12 
   13 #define VIA_ISABR_IRQ_R1 0x55   /* IRQ routing 1 */
   14 #define         VIA_ISABR_IRQ_INTD      0xf0    /* routing for INTD */
   15 #define         VIA_ISABR_IRQ_INT0      0x0f    /* routing for INT0 */
   16 #define VIA_ISABR_IRQ_R2 0x56   /* IRQ routing 2 */
   17 #define         VIA_ISABR_IRQ_INTA      0xf0    /* routing for INTA */
   18 #define         VIA_ISABR_IRQ_INTB      0x0f    /* routing for INTB */
   19 #define VIA_ISABR_IRQ_R3 0x57   /* IRQ routing 3 */
   20 #define         VIA_ISABR_IRQ_INTC      0xf0    /* routing for INTC */
   21 #define         VIA_ISABR_IRQ_INT1      0x0f    /* routing for INT1 */
   22 #define VIA_ISABR_IRQ_R4 0x58   /* IRQ routing 4 */
   23 #define         VIA_ISABR_IRQ_INT2      0x0f    /* routing for INT2 */
   24 
   25 /*
   26  * $PchId: pci_via.h,v 1.1 2001/06/20 15:50:25 philip Exp $
   27  */

Cache object: a9229c968bc7112c4d5e40919e5122b1


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.