Searched refs:configAddress (Results 1 – 5 of 5) sorted by relevance
430 regOffset += (_BE_env.configAddress & 0xFF); in BE_accessReg()431 function = (_BE_env.configAddress >> 8) & 0x7; in BE_accessReg()432 device = (_BE_env.configAddress >> 11) & 0x1F; in BE_accessReg()433 bus = (_BE_env.configAddress >> 16) & 0xFF; in BE_accessReg()475 pciInfo.slot.p.Function = (_BE_env.configAddress >> 8) & 0x7; in BE_accessReg()476 pciInfo.slot.p.Device = (_BE_env.configAddress >> 11) & 0x1F; in BE_accessReg()477 pciInfo.slot.p.Bus = (_BE_env.configAddress >> 16) & 0xFF; in BE_accessReg()485 return PCI_accessReg((_BE_env.configAddress & 0xFF) + regOffset, in BE_accessReg()505 if ((_BE_env.configAddress & 0x80000000) && 0xCFC <= port in PCI_inp()510 if ((_BE_env.configAddress & 0x80000000) && 0xCFC <= port in PCI_inp()[all …]
218 auto configAddress = in createPSU() local222 configAddress == nullptr) in createPSU()232 (static_cast<uint8_t>(*configAddress) == in createPSU()245 static_cast<uint8_t>(*configAddress), in createPSU()
103 u32 configAddress; member
385 unsigned int configAddress = std::visit( in createSensors() 388 if (configBus == bus && configAddress == addr) in createSensors() 384 unsigned int configAddress = std::visit( createSensors() local
418 auto configAddress = baseConfig->find("Address"); in createSensorsCallback() 421 configAddress == baseConfig->end()) in createSensorsCallback() 430 std::get_if<uint64_t>(&(configAddress->second)); in createSensorsCallback() 417 auto configAddress = baseConfig->find("Address"); createSensorsCallback() local