00001
00002
00003
00004
00005
00006
00007 #define VIA_ISABR_EL 0x54
00008 #define VIA_ISABR_EL_INTA 0x08
00009 #define VIA_ISABR_EL_INTB 0x04
00010 #define VIA_ISABR_EL_INTC 0x02
00011 #define VIA_ISABR_EL_INTD 0x01
00012
00013 #define VIA_ISABR_IRQ_R1 0x55
00014 #define VIA_ISABR_IRQ_INTD 0xf0
00015 #define VIA_ISABR_IRQ_INT0 0x0f
00016 #define VIA_ISABR_IRQ_R2 0x56
00017 #define VIA_ISABR_IRQ_INTA 0xf0
00018 #define VIA_ISABR_IRQ_INTB 0x0f
00019 #define VIA_ISABR_IRQ_R3 0x57
00020 #define VIA_ISABR_IRQ_INTC 0xf0
00021 #define VIA_ISABR_IRQ_INT1 0x0f
00022 #define VIA_ISABR_IRQ_R4 0x58
00023 #define VIA_ISABR_IRQ_INT2 0x0f
00024
00025
00026
00027