Searched refs:PCI_CACHE_LINE_SIZE (Results 1 - 25 of 57) sorted by relevance

123

/linux-master/arch/mips/pci/
H A Dfixup-rc32434.c56 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 4);
H A Dfixup-cobalt.c85 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 8);
100 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 8);
H A Dpci-mt7620.c377 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 0x14);
/linux-master/arch/m68k/kernel/
H A Dpcibios.c91 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, 8);
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dpci.c60 pci_read_config_byte(ah->pdev, PCI_CACHE_LINE_SIZE, &u8tmp);
204 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
214 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_acc.c94 case PCI_CACHE_LINE_SIZE:
H A Dcs5536_ide.c37 case PCI_CACHE_LINE_SIZE:
127 case PCI_CACHE_LINE_SIZE:
H A Dcs5536_isa.c168 case PCI_CACHE_LINE_SIZE:
265 case PCI_CACHE_LINE_SIZE:
H A Dcs5536_ehci.c105 case PCI_CACHE_LINE_SIZE:
H A Dcs5536_ohci.c100 case PCI_CACHE_LINE_SIZE:
/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c715 eeh_ops->write_config(edev, PCI_CACHE_LINE_SIZE, 1,
716 SAVED_BYTE(PCI_CACHE_LINE_SIZE));
740 eeh_ops->write_config(edev, PCI_CACHE_LINE_SIZE, 1,
741 SAVED_BYTE(PCI_CACHE_LINE_SIZE));
/linux-master/arch/parisc/kernel/
H A Dpci.c158 pci_write_config_word(dev, PCI_CACHE_LINE_SIZE,
/linux-master/arch/powerpc/sysdev/
H A Dindirect_pci.c130 offset == PCI_CACHE_LINE_SIZE) {
/linux-master/drivers/pci/
H A Dpci-bridge-emul.c81 [PCI_CACHE_LINE_SIZE / 4] = { .ro = ~0 },
401 bridge->pci_regs_behavior[PCI_CACHE_LINE_SIZE / 4].ro &=
/linux-master/drivers/ata/
H A Dsata_vsc.c382 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &cls);
384 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, 0x80);
H A Dpata_cs5530.c227 pci_write_config_byte(cs5530_0, PCI_CACHE_LINE_SIZE, 0x04);
H A Dpata_hpt366.c344 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, (L1_CACHE_BYTES / 4));
H A Dpata_sil680.c255 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE,
H A Dpata_hpt3x2n.c538 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, (L1_CACHE_BYTES / 4));
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_pcie.c347 pci_read_config_byte(dd->pcidev, PCI_CACHE_LINE_SIZE, cline);
365 pci_write_config_byte(dd->pcidev, PCI_CACHE_LINE_SIZE, cline);
/linux-master/arch/x86/pci/
H A Dolpc.c292 (reg != PCI_CACHE_LINE_SIZE) && (reg != 0x44))
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c52 [PCI_CACHE_LINE_SIZE] = 0xff,
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_header.c331 .offset = PCI_CACHE_LINE_SIZE,
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dpci.c787 pci_read_config_byte(to_pci_dev(sc->dev), PCI_CACHE_LINE_SIZE, &u8tmp);
909 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
919 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
/linux-master/arch/arm/kernel/
H A Dbios32.c323 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE,

Completed in 663 milliseconds

123