Searched refs:PCI_CLASS_REVISION (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_acc.c89 case PCI_CLASS_REVISION:
H A Dcs5536_ehci.c100 case PCI_CLASS_REVISION:
H A Dcs5536_ohci.c95 case PCI_CLASS_REVISION:
H A Dcs5536_ide.c122 case PCI_CLASS_REVISION:
H A Dcs5536_isa.c260 case PCI_CLASS_REVISION:
/linux-master/drivers/pci/controller/
H A Dpci-versatile.c105 (readl(versatile_cfg_base[0] + (i << 11) + PCI_CLASS_REVISION) == VP_PCI_CLASS_ID)) {
/linux-master/arch/powerpc/platforms/
H A Dfsl_uli1575.c190 pci_read_config_dword(dev, PCI_CLASS_REVISION, &d);
192 pci_write_config_dword(dev, PCI_CLASS_REVISION, d);
/linux-master/drivers/firewire/
H A Dinit_ohci1394_dma.c270 PCI_CLASS_REVISION);
/linux-master/arch/xtensa/lib/
H A Dpci-auto.c274 pci_read_config_dword(dev, PCI_CLASS_REVISION, &pci_class);
/linux-master/arch/x86/kernel/
H A Dearly_printk.c263 classcode = read_pci_config(bus, slot, func, PCI_CLASS_REVISION);
H A Daperture_64.c245 PCI_CLASS_REVISION);
/linux-master/drivers/media/pci/tw68/
H A Dtw68-core.c245 pci_read_config_byte(pci_dev, PCI_CLASS_REVISION, &dev->pci_rev);
/linux-master/drivers/pci/
H A Dpci-bridge-emul.c63 [PCI_CLASS_REVISION / 4] = { .ro = ~0 },
/linux-master/arch/mips/pci/
H A Dops-bcm63xx.c227 case (PCI_CLASS_REVISION >> 2):
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c211 cdns_pcie_rp_writeb(pcie, PCI_CLASS_REVISION, 0);
/linux-master/drivers/pci/controller/dwc/
H A Dpci-meson.c321 if ((where & ~3) == PCI_CLASS_REVISION) {
/linux-master/drivers/misc/cxl/
H A Dof.c230 rc = cxl_ops->afu_cr_read32(afu, i, PCI_CLASS_REVISION,
H A Dsysfs.c605 rc = cxl_ops->afu_cr_read32(afu, cr_idx, PCI_CLASS_REVISION, &cr->class);
/linux-master/drivers/pci/hotplug/
H A Dibmphp_pci.c116 pci_bus_read_config_dword(ibmphp_pci_bus, devfn, PCI_CLASS_REVISION, &class);
1087 pci_bus_read_config_dword(ibmphp_pci_bus, devfn, PCI_CLASS_REVISION, &class);
1452 pci_bus_read_config_dword(ibmphp_pci_bus, devfn, PCI_CLASS_REVISION, &class);
H A Dcpqphp_pci.c260 pci_bus_read_config_dword(ctrl->pci_bus, *dev_num, PCI_CLASS_REVISION, &work);
1061 pci_bus_read_config_dword(pci_bus, devfn, PCI_CLASS_REVISION, &temp_register);
H A Dcpqphp_core.c340 PCI_CLASS_REVISION, &work);
/linux-master/drivers/pnp/
H A Dresource.c315 pci_read_config_dword(pci, PCI_CLASS_REVISION, &class);
/linux-master/samples/vfio-mdev/
H A Dmdpy.c126 mdev_state->vconfig[PCI_CLASS_REVISION] = 0x01;
/linux-master/drivers/usb/early/
H A Dehci-dbgp.c394 class = read_pci_config(bus, slot, func, PCI_CLASS_REVISION);
H A Dxhci-dbc.c115 class = read_pci_config(bus, dev, func, PCI_CLASS_REVISION);

Completed in 201 milliseconds

12