Lines Matching refs:configAddress
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()
516 return _BE_env.configAddress; in PCI_inp()
517 else if ((_BE_env.configAddress & 0x80000000) && port == 0xCFC) in PCI_inp()
536 if ((_BE_env.configAddress & 0x80000000) && 0xCFC <= port in PCI_outp()
541 if ((_BE_env.configAddress & 0x80000000) && 0xCFC <= port in PCI_outp()
548 _BE_env.configAddress = val & 0x80FFFFFC; in PCI_outp()
550 else if ((_BE_env.configAddress & 0x80000000) && port == 0xCFC) in PCI_outp()