Lines Matching refs:BONITO
2 * Bonito Register Map
4 * This file is the original bonito.h from Algorithmics with minor changes
19 /* This bonito64 version editted from bonito.h Revision 1.48 on 11/09/00 */
27 #define BONITO(x) (x)
31 #define BONITO(x) (*(volatile u32 *)((char *)CKSEG1ADDR(BONITO_REG_BASE) + (x)))
42 #define BONITO(x) *(volatile u32 *)(_pcictrl_bonito + (x))
79 /* Bonito Register Bases */
87 #define BONITO_PCI_REG(x) BONITO(BONITO_PCICONFIGBASE + (x))
113 /* 1. Bonito h/w Configuration */
116 #define BONITO_BONPONCFG BONITO(BONITO_REGBASE + 0x00)
145 /* Other Bonito configuration */
148 #define BONITO_BONGENCFG BONITO(BONITO_REGBASE + BONITO_BONGENCFG_OFFSET)
173 #define BONITO_IODEVCFG BONITO(BONITO_REGBASE + 0x08)
177 #define BONITO_SDCFG BONITO(BONITO_REGBASE + 0x0c)
181 #define BONITO_PCIMAP BONITO(BONITO_REGBASE + 0x10)
182 #define BONITO_PCIMEMBASECFG BONITO(BONITO_REGBASE + 0x14)
183 #define BONITO_PCIMAP_CFG BONITO(BONITO_REGBASE + 0x18)
190 #define BONITO_GPIODATA BONITO(BONITO_REGBASE + BONITO_GPIODATA_OFFSET)
191 #define BONITO_GPIOIE BONITO(BONITO_REGBASE + 0x20)
195 #define BONITO_INTEDGE BONITO(BONITO_REGBASE + 0x24)
196 #define BONITO_INTSTEER BONITO(BONITO_REGBASE + 0x28)
197 #define BONITO_INTPOL BONITO(BONITO_REGBASE + 0x2c)
201 #define BONITO_INTENSET BONITO(BONITO_REGBASE + 0x30)
202 #define BONITO_INTENCLR BONITO(BONITO_REGBASE + 0x34)
203 #define BONITO_INTEN BONITO(BONITO_REGBASE + 0x38)
204 #define BONITO_INTISR BONITO(BONITO_REGBASE + 0x3c)
212 #define BONITO_PCIMAIL0 BONITO(BONITO_REGBASE + 0x40)
213 #define BONITO_PCIMAIL1 BONITO(BONITO_REGBASE + 0x44)
214 #define BONITO_PCIMAIL2 BONITO(BONITO_REGBASE + 0x48)
215 #define BONITO_PCIMAIL3 BONITO(BONITO_REGBASE + 0x4c)
220 #define BONITO_PCICACHECTRL BONITO(BONITO_REGBASE + 0x50)
221 #define BONITO_PCICACHETAG BONITO(BONITO_REGBASE + 0x54)
223 #define BONITO_PCIBADADDR BONITO(BONITO_REGBASE + 0x58)
224 #define BONITO_PCIMSTAT BONITO(BONITO_REGBASE + 0x5c)
228 #define BONITO_PCIRDPOST BONITO(BONITO_REGBASE + 0x60)
229 #define BONITO_PCIDATA BONITO(BONITO_REGBASE + 0x64)
240 #define BONITO_LDMACTRL BONITO(BONITO_LDMABASE + 0x0)
241 #define BONITO_LDMASTAT BONITO(BONITO_LDMABASE + 0x0)
242 #define BONITO_LDMAADDR BONITO(BONITO_LDMABASE + 0x4)
243 #define BONITO_LDMAGO BONITO(BONITO_LDMABASE + 0x8)
244 #define BONITO_LDMADATA BONITO(BONITO_LDMABASE + 0xc)
246 #define BONITO_COPCTRL BONITO(BONITO_COPBASE + 0x0)
247 #define BONITO_COPSTAT BONITO(BONITO_COPBASE + 0x0)
248 #define BONITO_COPPADDR BONITO(BONITO_COPBASE + 0x4)
249 #define BONITO_COPDADDR BONITO(BONITO_COPBASE + 0x8)
250 #define BONITO_COPGO BONITO(BONITO_COPBASE + 0xc)