Lines Matching refs:vgaInfo
436 if ((function == _BE_env.vgaInfo.function) && in BE_accessReg()
437 (device == _BE_env.vgaInfo.device) && in BE_accessReg()
438 (bus == _BE_env.vgaInfo.bus)) { in BE_accessReg()
441 pci_read_config_byte(_BE_env.vgaInfo.pcidev, regOffset, in BE_accessReg()
445 pci_read_config_word(_BE_env.vgaInfo.pcidev, regOffset, in BE_accessReg()
449 pci_read_config_dword(_BE_env.vgaInfo.pcidev, regOffset, in BE_accessReg()
453 pci_write_config_byte(_BE_env.vgaInfo.pcidev, regOffset, in BE_accessReg()
458 pci_write_config_word(_BE_env.vgaInfo.pcidev, regOffset, in BE_accessReg()
463 pci_write_config_dword(_BE_env.vgaInfo.pcidev, in BE_accessReg()
482 _BE_env.vgaInfo.pciInfo->slot.p.Function) in BE_accessReg()
483 && (pciInfo.slot.p.Device == _BE_env.vgaInfo.pciInfo->slot.p.Device) in BE_accessReg()
484 && (pciInfo.slot.p.Bus == _BE_env.vgaInfo.pciInfo->slot.p.Bus)) in BE_accessReg()