Searched refs:pciInfo (Results 1 – 5 of 5) sorted by relevance
157 if (!_BE_env.vgaInfo.pciInfo)160 pciSlot = (u16) (_BE_env.vgaInfo.pciInfo->slot.i >> 8);176 if (M.x86.R_DX == _BE_env.vgaInfo.pciInfo->VendorID &&177 M.x86.R_CX == _BE_env.vgaInfo.pciInfo->DeviceID &&206 if (M.x86.R_CL == _BE_env.vgaInfo.pciInfo->Interface &&207 M.x86.R_CH == _BE_env.vgaInfo.pciInfo->SubClass &&209 _BE_env.vgaInfo.pciInfo->BaseClass) {231 _BE_env.vgaInfo.pciInfo);251 _BE_env.vgaInfo.pciInfo);271 _BE_env.vgaInfo.pciInfo);[all …]
471 PCIDeviceInfo pciInfo; in BE_accessReg()473 pciInfo.mech1 = 1; in BE_accessReg()474 pciInfo.slot.i = 0; 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()478 pciInfo.slot.p.Enable = 1; in BE_accessReg()481 if ((pciInfo.slot.p.Function == 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()[all …]
137 _BE_env.vgaInfo.pciInfo = info->pciInfo; in BE_setVGA()169 info->pciInfo = _BE_env.vgaInfo.pciInfo; in BE_getVGA()
193 struct mpt_ioctl_pci_info2 pciInfo; /* Added Rev 2 */ member211 struct mpt_ioctl_pci_info pciInfo; /* Added Rev 1 */ member
1297 karg->pciInfo.u.bits.busNumber = pdev->bus->number; in mptctl_getiocinfo()1298 karg->pciInfo.u.bits.deviceNumber = PCI_SLOT( pdev->devfn ); in mptctl_getiocinfo()1299 karg->pciInfo.u.bits.functionNumber = PCI_FUNC( pdev->devfn ); in mptctl_getiocinfo()1303 karg->pciInfo.u.bits.busNumber = pdev->bus->number; in mptctl_getiocinfo()1304 karg->pciInfo.u.bits.deviceNumber = PCI_SLOT( pdev->devfn ); in mptctl_getiocinfo()1305 karg->pciInfo.u.bits.functionNumber = PCI_FUNC( pdev->devfn ); in mptctl_getiocinfo()1306 karg->pciInfo.segmentID = pci_domain_nr(pdev->bus); in mptctl_getiocinfo()