Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/platforms/chrp/
H A Dpci.c345 pci_read_config_byte(sl82c105, PCI_CLASS_PROG, &progif); in chrp_pci_fixup_winbond_ata()
346 pci_write_config_byte(sl82c105, PCI_CLASS_PROG, progif | 0x05); in chrp_pci_fixup_winbond_ata()
381 pci_read_config_byte(viaide, PCI_CLASS_PROG, &progif); in chrp_pci_fixup_vt8231_ata()
382 pci_write_config_byte(viaide, PCI_CLASS_PROG, progif & ~0x5); in chrp_pci_fixup_vt8231_ata()
/linux-6.15/arch/powerpc/platforms/
H A Dfsl_uli1575.c77 pci_write_config_byte(dev, PCI_CLASS_PROG, 0x01); in early_uli5249()
283 pci_write_config_byte(dev, PCI_CLASS_PROG, 0x01); in hpcd_quirk_uli5288()
/linux-6.15/drivers/parisc/
H A Dsuperio.c438 pci_write_config_byte(pdev, PCI_CLASS_PROG, pdev->class); in superio_fixup_pci()
440 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog); in superio_fixup_pci()
/linux-6.15/arch/powerpc/platforms/powermac/
H A Dpci.c1123 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif); in pmac_pci_fixup_pciata()
1127 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5); in pmac_pci_fixup_pciata()
1128 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) || in pmac_pci_fixup_pciata()
/linux-6.15/drivers/ata/
H A Dpata_sis.c690 pci_read_config_byte(pdev, PCI_CLASS_PROG, &reg); in sis_fixup()
692 pci_write_config_byte(pdev, PCI_CLASS_PROG, reg & 0xF0); in sis_fixup()
H A Dlibata-sff.c2297 pci_read_config_byte(pdev, PCI_CLASS_PROG, &tmp8); in ata_pci_sff_activate_host()
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c334 vgpu_cfg_space(vgpu)[PCI_CLASS_PROG] = in intel_vgpu_init_cfg_space()
/linux-6.15/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c212 cdns_pcie_rp_writeb(pcie, PCI_CLASS_PROG, 0); in cdns_pcie_host_init_root_port()
H A Dpcie-cadence-ep.c54 cdns_pcie_ep_fn_writeb(pcie, fn, PCI_CLASS_PROG, hdr->progif_code); in cdns_pcie_ep_write_header()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h73 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
/linux-6.15/drivers/pci/
H A Dquirks.c1436 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog); in quirk_svwks_csb5ide()
1440 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog); in quirk_svwks_csb5ide()
1451 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog); in quirk_ide_samemode()
1457 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog); in quirk_ide_samemode()
H A Dprobe.c2073 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif); in pci_setup_device()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c154 dw_pcie_ep_writeb_dbi(ep, func_no, PCI_CLASS_PROG, hdr->progif_code); in dw_pcie_ep_write_header()
/linux-6.15/arch/powerpc/sysdev/
H A Dfsl_pci.c589 early_read_config_byte(hose, 0, 0, PCI_CLASS_PROG, &progif); in fsl_add_bridge()