Searched refs:PCI_CLASS_PROG (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/powerpc/platforms/chrp/
H A Dpci.c345 pci_read_config_byte(sl82c105, PCI_CLASS_PROG, &progif);
346 pci_write_config_byte(sl82c105, PCI_CLASS_PROG, progif | 0x05);
381 pci_read_config_byte(viaide, PCI_CLASS_PROG, &progif);
382 pci_write_config_byte(viaide, PCI_CLASS_PROG, progif & ~0x5);
/linux-master/drivers/parisc/
H A Dsuperio.c438 pci_write_config_byte(pdev, PCI_CLASS_PROG, pdev->class);
440 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
/linux-master/arch/powerpc/platforms/
H A Dfsl_uli1575.c77 pci_write_config_byte(dev, PCI_CLASS_PROG, 0x01);
283 pci_write_config_byte(dev, PCI_CLASS_PROG, 0x01);
/linux-master/drivers/ata/
H A Dpata_sis.c690 pci_read_config_byte(pdev, PCI_CLASS_PROG, &reg);
692 pci_write_config_byte(pdev, PCI_CLASS_PROG, reg & 0xF0);
H A Dlibata-sff.c2296 pci_read_config_byte(pdev, PCI_CLASS_PROG, &tmp8);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c334 vgpu_cfg_space(vgpu)[PCI_CLASS_PROG] =
/linux-master/arch/powerpc/platforms/powermac/
H A Dpci.c1123 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif);
1127 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5);
1128 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) ||
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c212 cdns_pcie_rp_writeb(pcie, PCI_CLASS_PROG, 0);
H A Dpcie-cadence-ep.c54 cdns_pcie_ep_fn_writeb(pcie, fn, PCI_CLASS_PROG, hdr->progif_code);
/linux-master/include/uapi/linux/
H A Dpci_regs.h73 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c118 dw_pcie_ep_writeb_dbi(ep, func_no, PCI_CLASS_PROG, hdr->progif_code);
/linux-master/arch/powerpc/sysdev/
H A Dfsl_pci.c589 early_read_config_byte(hose, 0, 0, PCI_CLASS_PROG, &progif);
/linux-master/drivers/pci/
H A Dquirks.c1421 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
1425 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog);
1436 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
1442 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog);
H A Dprobe.c1975 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif);

Completed in 321 milliseconds