/openbmc/u-boot/drivers/bios_emulator/ |
H A D | atibios.c | 232 static void PCI_doBIOSPOST(struct udevice *pcidev, BE_VGAInfo *vga_info, in PCI_doBIOSPOST() 302 static u32 PCI_findBIOSAddr(struct udevice *pcidev, int *bar) in PCI_findBIOSAddr() 346 static void PCI_fixupIObase(struct udevice *pcidev, int reg, u32 *base) in PCI_fixupIObase() 373 void *PCI_mapBIOSImage(struct udevice *pcidev) in PCI_mapBIOSImage() 449 void PCI_unmapBIOSImage(struct udevice *pcidev, void *BIOSImage) in PCI_unmapBIOSImage() 458 void PCI_unmapBIOSImage(pci_dev_t pcidev, void *BIOSImage) in PCI_unmapBIOSImage() 481 static int PCI_postController(struct udevice *pcidev, uchar *bios_rom, in PCI_postController() 551 int biosemu_setup(struct udevice *pcidev, BE_VGAInfo **vga_infop) in biosemu_setup() 584 int biosemu_run(struct udevice *pcidev, uchar *bios_rom, int bios_len, in biosemu_run() 625 int BootVideoCardBIOS(struct udevice *pcidev, BE_VGAInfo **pVGAInfo, in BootVideoCardBIOS()
|
/openbmc/qemu/tests/qtest/ |
H A D | q35-test.c | 61 static void smram_set_bit(QPCIDevice *pcidev, uint8_t mask, bool enabled) in smram_set_bit() 74 static bool smram_test_bit(QPCIDevice *pcidev, uint8_t mask) in smram_test_bit() 85 QPCIDevice *pcidev; in test_smram_lock() local 127 QPCIDevice *pcidev; in test_tseg_size() local 192 QPCIDevice *pcidev; in test_smram_smbase_lock() local
|
H A D | rtl8139-test.c | 25 static QPCIDevice *pcidev; variable
|
/openbmc/u-boot/include/ |
H A D | bios_emul.h | 34 struct udevice *pcidev; member 36 pci_dev_t pcidev; member
|
H A D | pci.h | 1161 static inline int pci_write_config_dword(pci_dev_t pcidev, int offset, in pci_write_config_dword() 1168 static inline int pci_write_config_word(pci_dev_t pcidev, int offset, in pci_write_config_word() 1175 static inline int pci_write_config_byte(pci_dev_t pcidev, int offset, in pci_write_config_byte() 1182 static inline int pci_read_config_dword(pci_dev_t pcidev, int offset, in pci_read_config_dword() 1189 static inline int pci_read_config_word(pci_dev_t pcidev, int offset, in pci_read_config_word() 1196 static inline int pci_read_config_byte(pci_dev_t pcidev, int offset, in pci_read_config_byte()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bios.c | 249 pci_dev_t pcidev = dm_pci_get_bdf(dev); in bios_run_on_x86() local
|
/openbmc/qemu/include/hw/sd/ |
H A D | sdhci.h | 37 PCIDevice pcidev; member
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 96 const char *slot_designation, *pcidev; member 130 const char *designation, *pcidev; member
|
/openbmc/qemu/hw/pci-host/ |
H A D | designware.c | 231 PCIDevice *pcidev = pci_find_device(pcibus, busnum, devfn); in designware_pcie_root_data_access() local
|
/openbmc/qemu/hw/ipack/ |
H A D | tpci200.c | 111 PCIDevice *pcidev = PCI_DEVICE(BUS(bus)->parent); in tpci200_set_irq() local
|
/openbmc/qemu/hw/vfio/ |
H A D | listener.c | 747 VFIOPCIDevice *pcidev; in vfio_section_is_vfio_pci() local
|
/openbmc/qemu/hw/net/ |
H A D | vmxnet3.c | 565 vmxnet3_ring_read_curr_txdesc(PCIDevice *pcidev, Vmxnet3Ring *ring, in vmxnet3_ring_read_curr_txdesc() 956 vmxnet3_pci_dma_write_rxcd(PCIDevice *pcidev, dma_addr_t pa, in vmxnet3_pci_dma_write_rxcd()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 752 static void pci_enum(gpointer pcidev, gpointer bus) in pci_enum()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci.h | 335 PCIDevice pcidev; member
|
/openbmc/qemu/hw/i386/ |
H A D | pc.c | 1037 PCIDevice *pcidev = pci_vga_init(pci_bus); in pc_vga_init() local
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 3172 PCIDevice *pcidev = CAST(PCIDevice, dev, TYPE_PCI_DEVICE); in spapr_get_fw_dev_path() local 4317 PCIDevice *pcidev = PCI_DEVICE(dev); in spapr_get_hotplug_handler() local
|