/linux/arch/powerpc/platforms/ |
H A D | fsl_uli1575.c | 190 pci_read_config_dword(dev, PCI_CLASS_REVISION, &d); in quirk_uli5288() 192 pci_write_config_dword(dev, PCI_CLASS_REVISION, d); in quirk_uli5288()
|
/linux/arch/mips/loongson2ef/common/cs5536/ |
H A D | cs5536_acc.c | 89 case PCI_CLASS_REVISION: in pci_acc_read_reg()
|
H A D | cs5536_ohci.c | 95 case PCI_CLASS_REVISION: in pci_ohci_read_reg()
|
H A D | cs5536_ehci.c | 100 case PCI_CLASS_REVISION: in pci_ehci_read_reg()
|
H A D | cs5536_ide.c | 122 case PCI_CLASS_REVISION: in pci_ide_read_reg()
|
H A D | cs5536_isa.c | 260 case PCI_CLASS_REVISION: in pci_isa_read_reg()
|
/linux/drivers/pci/controller/ |
H A D | pci-versatile.c | 105 (readl(versatile_cfg_base[0] + (i << 11) + PCI_CLASS_REVISION) == VP_PCI_CLASS_ID)) { in versatile_pci_probe()
|
/linux/drivers/firewire/ |
H A D | init_ohci1394_dma.c | 270 PCI_CLASS_REVISION); in init_ohci1394_dma_on_all_controllers()
|
/linux/arch/xtensa/lib/ |
H A D | pci-auto.c | 274 pci_read_config_dword(dev, PCI_CLASS_REVISION, &pci_class); in pciauto_bus_scan()
|
/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-host.c | 195 cdns_pcie_rp_writeb(pcie, PCI_CLASS_REVISION, 0xff); in cdns_pcie_host_deinit_root_port() 241 cdns_pcie_rp_writeb(pcie, PCI_CLASS_REVISION, 0); in cdns_pcie_host_init_root_port()
|
/linux/arch/x86/kernel/ |
H A D | early_printk.c | 308 classcode = read_pci_config(bus, slot, func, PCI_CLASS_REVISION); in early_pci_serial_init()
|
H A D | aperture_64.c | 245 PCI_CLASS_REVISION); in search_agp_bridge()
|
/linux/drivers/media/pci/tw68/ |
H A D | tw68-core.c | 245 pci_read_config_byte(pci_dev, PCI_CLASS_REVISION, &dev->pci_rev); in tw68_initdev()
|
/linux/arch/mips/pci/ |
H A D | ops-bcm63xx.c | 227 case (PCI_CLASS_REVISION >> 2): in fake_cb_bridge_read()
|
/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 116 pci_bus_read_config_dword(ibmphp_pci_bus, devfn, PCI_CLASS_REVISION, &class); in ibmphp_configure_card() 1087 pci_bus_read_config_dword(ibmphp_pci_bus, devfn, PCI_CLASS_REVISION, &class); in scan_behind_bridge() 1452 pci_bus_read_config_dword(ibmphp_pci_bus, devfn, PCI_CLASS_REVISION, &class); in unconfigure_boot_card()
|
H A D | pciehp_hpc.c | 580 pci_read_config_dword(pdev, PCI_CLASS_REVISION, ®) || in pciehp_device_replaced()
|
H A D | cpqphp_core.c | 340 PCI_CLASS_REVISION, &work); in get_slot_mapping()
|
/linux/drivers/pci/controller/dwc/ |
H A D | pci-meson.c | 320 if ((where & ~3) == PCI_CLASS_REVISION) { in meson_pcie_rd_own_conf()
|
/linux/include/uapi/linux/ |
H A D | pci_regs.h | 71 #define PCI_CLASS_REVISION 0x08 /* High 24 bits are class, low 8 revision */ macro
|
/linux/drivers/pnp/ |
H A D | resource.c | 315 pci_read_config_dword(pci, PCI_CLASS_REVISION, &class); in pci_dev_uses_irq()
|
/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-driver.c | 311 pci_read_config_byte(pci_dev, PCI_CLASS_REVISION, &cobalt->card_rev); in cobalt_setup_pci()
|
/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 394 class = read_pci_config(bus, slot, func, PCI_CLASS_REVISION); in __find_dbgp()
|
H A D | xhci-dbc.c | 115 class = read_pci_config(bus, dev, func, PCI_CLASS_REVISION); in xdbc_find_dbgp()
|
/linux/drivers/media/pci/netup_unidvb/ |
H A D | netup_unidvb_core.c | 839 pci_read_config_byte(pci_dev, PCI_CLASS_REVISION, &board_revision); in netup_unidvb_initdev()
|
/linux/drivers/pci/ |
H A D | iov.c | 195 pci_read_config_dword(virtfn, PCI_CLASS_REVISION, in pci_read_vf_config_common()
|