Searched refs:dcc (Results 1 - 3 of 3) sorted by relevance
/gem5/src/dev/arm/ |
H A D | rv_ctrl.hh | 75 uint8_t site, uint8_t pos, uint8_t dcc, uint16_t dev) 77 parent.registerDevice(func, site, pos, dcc, dev, this); 137 Bitfield<29, 26> dcc; member in class:RealViewCtrl 189 uint8_t dcc, uint16_t dev, 236 p->site, p->position, p->dcc, p->device), 74 Device(RealViewCtrl &parent, DeviceFunc func, uint8_t site, uint8_t pos, uint8_t dcc, uint16_t dev) argument
|
H A D | rv_ctrl.cc | 176 "dcc%d:site%d:pos%d:fn%d:dev%d\n", 177 req.dcc, req.site, req.pos, req.func, req.dev); 219 uint8_t dcc, uint16_t dev, 226 addr.dcc = dcc; 230 fatal("Platform device dcc%d:site%d:pos%d:fn%d:dev%d " 232 addr.dcc, addr.site, addr.pos, addr.func, addr.dev); 242 p->site, p->position, p->dcc, p->device) 218 registerDevice(DeviceFunc func, uint8_t site, uint8_t pos, uint8_t dcc, uint16_t dev, Device *handler) argument
|
H A D | RealView.py | 241 # about the site/position/dcc/device allocation. 244 dcc = Param.UInt8("Daughterboard Configuration Controller") variable in class:RealViewOsc 273 # about the site/position/dcc/device allocation. 276 dcc = Param.UInt8("Daughterboard Configuration Controller") variable in class:RealViewTemperatureSensor 288 site, position, dcc = (0, 0, 0) 291 site, position, dcc = (0, 0, 0) 324 site, position, dcc = (1, 0, 0) 335 node = FdtNode("dcc") 371 state.phandle(realview.dcc.osc_smb)])) 623 dcc variable in class:RealViewPBX 768 dcc = CoreTile2A15DCC() variable in class:VExpress_EMM 1015 dcc = CoreTile2A15DCC() variable in class:VExpress_GEM5_Base [all...] |
Completed in 11 milliseconds