Searched refs:PCI_CLASS_PROG (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/chrp/ |
D | pci.c | 338 pci_read_config_byte(sl82c105, PCI_CLASS_PROG, &progif); in chrp_pci_fixup_winbond_ata() 339 pci_write_config_byte(sl82c105, PCI_CLASS_PROG, progif | 0x05); in chrp_pci_fixup_winbond_ata() 374 pci_read_config_byte(viaide, PCI_CLASS_PROG, &progif); in chrp_pci_fixup_vt8231_ata() 375 pci_write_config_byte(viaide, PCI_CLASS_PROG, progif & ~0x5); in chrp_pci_fixup_vt8231_ata()
|
/Linux-v4.19/arch/powerpc/platforms/ |
D | fsl_uli1575.c | 77 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-v4.19/drivers/ide/ |
D | setup-pci.c | 40 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) || in ide_setup_pci_baseregs() 49 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5); in ide_setup_pci_baseregs() 50 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) || in ide_setup_pci_baseregs()
|
/Linux-v4.19/drivers/parisc/ |
D | superio.c | 442 pci_write_config_byte(pdev, PCI_CLASS_PROG, pdev->class); in superio_fixup_pci() 444 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog); in superio_fixup_pci()
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | pci.c | 1126 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif); in pmac_pci_fixup_pciata() 1130 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5); in pmac_pci_fixup_pciata() 1131 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) || in pmac_pci_fixup_pciata()
|
/Linux-v4.19/drivers/ata/ |
D | pata_sis.c | 689 pci_read_config_byte(pdev, PCI_CLASS_PROG, ®); in sis_fixup() 691 pci_write_config_byte(pdev, PCI_CLASS_PROG, reg & 0xF0); in sis_fixup()
|
D | libata-sff.c | 2382 pci_read_config_byte(pdev, PCI_CLASS_PROG, &tmp8); in ata_pci_sff_activate_host()
|
/Linux-v4.19/drivers/pci/controller/ |
D | pcie-cadence-host.c | 130 cdns_pcie_rp_writeb(pcie, PCI_CLASS_PROG, 0); in cdns_pcie_host_init_root_port()
|
D | pcie-cadence-ep.c | 57 cdns_pcie_ep_fn_writeb(pcie, fn, PCI_CLASS_PROG, hdr->progif_code); in cdns_pcie_ep_write_header()
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | cfg_space.c | 359 vgpu_cfg_space(vgpu)[PCI_CLASS_PROG] = in intel_vgpu_init_cfg_space()
|
/Linux-v4.19/include/uapi/linux/ |
D | pci_regs.h | 73 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
|
/Linux-v4.19/drivers/pci/controller/dwc/ |
D | pcie-designware-ep.c | 86 dw_pcie_writeb_dbi(pci, PCI_CLASS_PROG, hdr->progif_code); in dw_pcie_ep_write_header()
|
/Linux-v4.19/drivers/pci/ |
D | quirks.c | 1292 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog); in quirk_svwks_csb5ide() 1296 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog); in quirk_svwks_csb5ide() 1307 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog); in quirk_ide_samemode() 1313 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog); in quirk_ide_samemode()
|
D | probe.c | 1661 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif); in pci_setup_device()
|
/Linux-v4.19/arch/powerpc/sysdev/ |
D | fsl_pci.c | 585 early_read_config_byte(hose, 0, 0, PCI_CLASS_PROG, &progif); in fsl_add_bridge()
|