Go to the documentation of this file.
32 #define PLX9052_INTCSR 0x4C
34 #define PLX9052_INTCSR_LI1ENAB_MASK 0x0001
35 #define PLX9052_INTCSR_LI1ENAB_DISABLED 0x0000
36 #define PLX9052_INTCSR_LI1ENAB_ENABLED 0x0001
38 #define PLX9052_INTCSR_LI1POL_MASK 0x0002
39 #define PLX9052_INTCSR_LI1POL_LOW 0x0000
40 #define PLX9052_INTCSR_LI1POL_HIGH 0x0002
42 #define PLX9052_INTCSR_LI1STAT_MASK 0x0004
43 #define PLX9052_INTCSR_LI1STAT_INACTIVE 0x0000
44 #define PLX9052_INTCSR_LI1STAT_ACTIVE 0x0004
46 #define PLX9052_INTCSR_LI2ENAB_MASK 0x0008
47 #define PLX9052_INTCSR_LI2ENAB_DISABLED 0x0000
48 #define PLX9052_INTCSR_LI2ENAB_ENABLED 0x0008
50 #define PLX9052_INTCSR_LI2POL_MASK 0x0010
51 #define PLX9052_INTCSR_LI2POL_LOW 0x0000
52 #define PLX9052_INTCSR_LI2POL_HIGH 0x0010
54 #define PLX9052_INTCSR_LI2STAT_MASK 0x0020
55 #define PLX9052_INTCSR_LI2STAT_INACTIVE 0x0000
56 #define PLX9052_INTCSR_LI2STAT_ACTIVE 0x0020
58 #define PLX9052_INTCSR_PCIENAB_MASK 0x0040
59 #define PLX9052_INTCSR_PCIENAB_DISABLED 0x0000
60 #define PLX9052_INTCSR_PCIENAB_ENABLED 0x0040
62 #define PLX9052_INTCSR_SOFTINT_MASK 0x0080
63 #define PLX9052_INTCSR_SOFTINT_UNASSERTED 0x0000
64 #define PLX9052_INTCSR_SOFTINT_ASSERTED 0x0080
66 #define PLX9052_INTCSR_LI1SEL_MASK 0x0100
67 #define PLX9052_INTCSR_LI1SEL_LEVEL 0x0000
68 #define PLX9052_INTCSR_LI1SEL_EDGE 0x0100
70 #define PLX9052_INTCSR_LI2SEL_MASK 0x0200
71 #define PLX9052_INTCSR_LI2SEL_LEVEL 0x0000
72 #define PLX9052_INTCSR_LI2SEL_EDGE 0x0200
74 #define PLX9052_INTCSR_LI1CLRINT_MASK 0x0400
75 #define PLX9052_INTCSR_LI1CLRINT_UNASSERTED 0x0000
76 #define PLX9052_INTCSR_LI1CLRINT_ASSERTED 0x0400
78 #define PLX9052_INTCSR_LI2CLRINT_MASK 0x0800
79 #define PLX9052_INTCSR_LI2CLRINT_UNASSERTED 0x0000
80 #define PLX9052_INTCSR_LI2CLRINT_ASSERTED 0x0800
82 #define PLX9052_INTCSR_ISAMODE_MASK 0x1000
83 #define PLX9052_INTCSR_ISAMODE_DISABLED 0x0000
84 #define PLX9052_INTCSR_ISAMODE_ENABLED 0x1000