Searched defs:RCBA_BASE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevLPC.cpp61 #define RCBA_BASE UINT32_C(0xFED1C000) macro
81 int32_t iIndex = (addr - RCBA_BASE);
107 int32_t iIndex = (addr - RCBA_BASE);
305 pThis->dev.config[0xf0] = (uint8_t)(RCBA_BASE | 1); /* enabled */
306 pThis->dev.config[0xf1] = (uint8_t)(RCBA_BASE >> 8);
307 pThis->dev.config[0xf2] = (uint8_t)(RCBA_BASE >> 16);
308 pThis->dev.config[0xf3] = (uint8_t)(RCBA_BASE >> 24);
317 rc = PDMDevHlpMMIORegister(pDevIns, RCBA_BASE, 0x4000, pThis,

Completed in 43 milliseconds