sh4_pcicreg.h Source File
Back to the index.
Go to the documentation of this file. 39 #define SH4_PCIC 0xfe200000 41 #define SH4_PCIC_IO 0xfe240000 42 #define SH4_PCIC_IO_SIZE 0x00040000 43 #define SH4_PCIC_IO_MASK (SH4_PCIC_IO_SIZE-1) 44 #define SH4_PCIC_MEM 0xfd000000 45 #define SH4_PCIC_MEM_SIZE 0x01000000 46 #define SH4_PCIC_MEM_MASK (SH4_PCIC_MEM_SIZE-1) 48 #define SH4_PCICONF (SH4_PCIC+0x000) 49 #define SH4_PCICONF0 (SH4_PCICONF+0x00) 50 #define SH4_PCICONF1 (SH4_PCICONF+0x04) 51 #define SH4_PCICONF2 (SH4_PCICONF+0x08) 52 #define SH4_PCICONF3 (SH4_PCICONF+0x0c) 53 #define SH4_PCICONF4 (SH4_PCICONF+0x10) 54 #define SH4_PCICONF5 (SH4_PCICONF+0x14) 55 #define SH4_PCICONF6 (SH4_PCICONF+0x18) 56 #define SH4_PCICONF7 (SH4_PCICONF+0x1c) 57 #define SH4_PCICONF8 (SH4_PCICONF+0x20) 58 #define SH4_PCICONF9 (SH4_PCICONF+0x24) 59 #define SH4_PCICONF10 (SH4_PCICONF+0x28) 60 #define SH4_PCICONF11 (SH4_PCICONF+0x2c) 61 #define SH4_PCICONF12 (SH4_PCICONF+0x30) 62 #define SH4_PCICONF13 (SH4_PCICONF+0x34) 63 #define SH4_PCICONF14 (SH4_PCICONF+0x38) 64 #define SH4_PCICONF15 (SH4_PCICONF+0x3c) 65 #define SH4_PCICONF16 (SH4_PCICONF+0x40) 66 #define SH4_PCICONF17 (SH4_PCICONF+0x44) 67 #define SH4_PCICR (SH4_PCIC+0x100) 68 #define SH4_PCILSR0 (SH4_PCIC+0x104) 69 #define SH4_PCILSR1 (SH4_PCIC+0x108) 70 #define SH4_PCILAR0 (SH4_PCIC+0x10c) 71 #define SH4_PCILAR1 (SH4_PCIC+0x110) 72 #define SH4_PCIINT (SH4_PCIC+0x114) 73 #define SH4_PCIINTM (SH4_PCIC+0x118) 74 #define SH4_PCIALR (SH4_PCIC+0x11c) 75 #define SH4_PCICLR (SH4_PCIC+0x120) 76 #define SH4_PCIAINT (SH4_PCIC+0x130) 77 #define SH4_PCIAINTM (SH4_PCIC+0x134) 78 #define SH4_PCIDMABT (SH4_PCIC+0x140) 79 #define SH4_PCIDPA0 (SH4_PCIC+0x180) 80 #define SH4_PCIDLA0 (SH4_PCIC+0x184) 81 #define SH4_PCIDTC0 (SH4_PCIC+0x188) 82 #define SH4_PCIDCR0 (SH4_PCIC+0x18c) 83 #define SH4_PCIDPA1 (SH4_PCIC+0x190) 84 #define SH4_PCIDLA1 (SH4_PCIC+0x194) 85 #define SH4_PCIDTC1 (SH4_PCIC+0x198) 86 #define SH4_PCIDCR1 (SH4_PCIC+0x19c) 87 #define SH4_PCIDPA2 (SH4_PCIC+0x1a0) 88 #define SH4_PCIDLA2 (SH4_PCIC+0x1a4) 89 #define SH4_PCIDTC2 (SH4_PCIC+0x1a8) 90 #define SH4_PCIDCR2 (SH4_PCIC+0x1ac) 91 #define SH4_PCIDPA3 (SH4_PCIC+0x1b0) 92 #define SH4_PCIDLA3 (SH4_PCIC+0x1b4) 93 #define SH4_PCIDTC3 (SH4_PCIC+0x1b8) 94 #define SH4_PCIDCR3 (SH4_PCIC+0x1bc) 95 #define SH4_PCIPAR (SH4_PCIC+0x1c0) 96 #define SH4_PCIMBR (SH4_PCIC+0x1c4) 97 #define SH4_PCIIOBR (SH4_PCIC+0x1c8) 98 #define SH4_PCIPINT (SH4_PCIC+0x1cc) 99 #define SH4_PCIPINTM (SH4_PCIC+0x1d0) 100 #define SH4_PCICLKR (SH4_PCIC+0x1d4) 101 #define SH4_PCIBCR1 (SH4_PCIC+0x1e0) 102 #define SH4_PCIBCR2 (SH4_PCIC+0x1e4) 103 #define SH4_PCIWCR1 (SH4_PCIC+0x1e8) 104 #define SH4_PCIWCR2 (SH4_PCIC+0x1ec) 105 #define SH4_PCIWCR3 (SH4_PCIC+0x1f0) 106 #define SH4_PCIMCR (SH4_PCIC+0x1f4) 107 #define SH4_PCIBCR3 (SH4_PCIC+0x1f8) 108 #define SH4_PCIPCTR (SH4_PCIC+0x200) 109 #define SH4_PCIPDTR (SH4_PCIC+0x204) 110 #define SH4_PCIPDR (SH4_PCIC+0x220) 112 #define PCICR_BASE 0xa5000000 113 #define PCICR_TRDSGL 0x00000200 114 #define PCICR_BYTESWAP 0x00000100 115 #define PCICR_PCIPUP 0x00000080 116 #define PCICR_BMABT 0x00000040 117 #define PCICR_MD10 0x00000020 118 #define PCICR_MD9 0x00000010 119 #define PCICR_SERR 0x00000008 120 #define PCICR_INTA 0x00000004 121 #define PCICR_RSTCTL 0x00000002 122 #define PCICR_CFINIT 0x00000001 124 #define PCIINT_M_LOCKON 0x00008000 125 #define PCIINT_T_TGT_ABORT 0x00004000 126 #define PCIINT_TGT_RETRY 0x00000200 127 #define PCIINT_MST_DIS 0x00000100 128 #define PCIINT_ADRPERR 0x00000080 129 #define PCIINT_SERR_DET 0x00000040 130 #define PCIINT_T_DPERR_WT 0x00000020 131 #define PCIINT_T_PERR_DET 0x00000010 132 #define PCIINT_M_TGT_ABORT 0x00000008 133 #define PCIINT_M_MST_ABORT 0x00000004 134 #define PCIINT_M_DPERR_WT 0x00000002 135 #define PCIINT_M_DPERR_RD 0x00000001 136 #define PCIINT_ALL 0x0000c3ff 137 #define PCIINT_CLEAR_ALL PCIINT_ALL 139 #define PCIINTM_MASK_ALL 0x00000000 140 #define PCIINTM_UNMASK_ALL PCIINT_ALL 142 #define PCIMBR_MASK 0xff000000 144 #define PCIIOBR_MASK 0xffc00000
Generated on Sun Sep 30 2018 16:05:18 for GXemul by
1.8.13