Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_AGP3 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h223 #define PCI_CAP_ID_AGP3 0x0E /* AGP Target PCI-PCI bridge */ macro
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h223 #define PCI_CAP_ID_AGP3 0x0E /* AGP Target PCI-PCI bridge */ macro
/openbmc/u-boot/include/
H A Dpci.h329 #define PCI_CAP_ID_AGP3 0x0E /* AGP Target PCI-PCI bridge */ macro
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1784 .grp_id = PCI_CAP_ID_AGP3,
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c58 [PCI_CAP_ID_AGP3] = 0, /* AGP8x - not yet */
/openbmc/linux/drivers/pci/
H A Dprobe.c777 pos = pci_find_capability(bridge, PCI_CAP_ID_AGP3); in pci_set_bus_speed()