Searched refs:pci_read_config_word (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/
H A Dpcidirect.c43 PROVIDE_PCIAPI_INLINE ( direct, pci_read_config_word );
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpciutil.h21 extern uint32_t pci_read_config_word(uint8_t bus, uint8_t dev_fn, uint8_t reg);
H A Dpciutil.c129 uint32_t pci_read_config_word(uint8_t bus, uint8_t dev_fn, uint8_t reg) function
H A Dahci.c961 uint16_t u16BarOff = pci_read_config_word(u8Bus, u8DevFn, u8PciCapOff + 2);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Dpciextra.c24 pci_read_config_word ( pci, PCI_STATUS, &status );
67 pci_read_config_word ( pci, PCI_COMMAND, &cmd );
H A Dpcivpd.c95 pci_read_config_word ( pci, ( cap + PCI_VPD_ADDRESS ), &flag );
156 pci_read_config_word ( pci, ( cap + PCI_VPD_ADDRESS ), &flag );
H A Dpci.c148 pci_read_config_word ( pci, PCI_COMMAND, &pci_command );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dpci_io.h77 int pci_read_config_word ( struct pci_device *pci, unsigned int where,
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dpcibios.c110 PROVIDE_PCIAPI_INLINE ( pcbios, pci_read_config_word );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/ipxe/
H A Dpcidirect.h65 PCIAPI_INLINE ( direct, pci_read_config_word ) ( struct pci_device *pci,
H A Dpcibios.h64 PCIAPI_INLINE ( pcbios, pci_read_config_word ) ( struct pci_device *pci,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Defi_pci_api.h72 PCIAPI_INLINE ( efi, pci_read_config_word ) ( struct pci_device *pci,
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k.c168 pci_read_config_word(pdev, PCI_SUBSYSTEM_ID, &subsysid);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/
H A Dtg3_hw.c140 pci_read_config_word(tp->pdev, pm + PCI_PM_CTRL, &power_control);
179 pci_read_config_word(tp->pdev, tp->pm_cap + PCI_PM_CTRL, &pmcsr);
409 pci_read_config_word(tp->pdev, PCI_COMMAND, &pci_cmd);
504 pci_read_config_word(tp->pdev,
579 pci_read_config_word(tp->pdev, PCI_COMMAND, &pci_cmd);
1131 pci_read_config_word(tp->pdev, PCI_COMMAND, &tp->pci_cmd);
1166 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD,
1382 pci_read_config_word(tp->pdev,
2353 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD,
H A Dtg3.c740 pci_read_config_word(tp->pdev, PCI_SUBSYSTEM_VENDOR_ID, &tp->subsystem_vendor);
741 pci_read_config_word(tp->pdev, PCI_SUBSYSTEM_ID, &tp->subsystem_device);
H A Dtg3_phy.c1533 pci_read_config_word(tp->pdev,
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_pci.c90 PROVIDE_PCIAPI_INLINE ( efi, pci_read_config_word );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dpcnet32.c628 pci_read_config_word ( priv->pci_dev,
631 pci_read_config_word ( priv->pci_dev,
H A Datl1e.c195 pci_read_config_word(pdev, PCI_COMMAND, &cmd);
1623 pci_read_config_word(pdev, PCI_COMMAND, &pci_cfg_cmd_word);
H A Dvia-velocity.c1895 pci_read_config_word(dev, pm + PCI_PM_PMC, &pmc);
1909 pci_read_config_word(dev, pm + PCI_PM_CTRL, &pmcsr);
H A Dmyri10ge.c948 pci_read_config_word ( pci_dev, PCI_COMMAND, &val );
H A Dbnx2.c1633 pci_read_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL, &pmcsr);
1882 pci_read_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD,
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c864 pci_read_config_word(pPciDev, Register, &pValue->u.u16);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_main.c466 pci_read_config_word ( pdev, PCI_COMMAND, &hw->bus.pci_cmd_word );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_config.c134 pci_read_config_word(pdev, PCI_COMMAND, &cmd);

Completed in 2438 milliseconds

12