Home
last modified time | relevance | path

Searched refs:PCI_CACHE_LINE_SIZE (Results 1 – 13 of 13) sorted by relevance

/linux-4.19.296/drivers/xen/xen-pciback/
Dconf_space_header.c339 .offset = PCI_CACHE_LINE_SIZE,
/linux-4.19.296/drivers/pci/controller/
Dpcie-cadence-ep.c60 cdns_pcie_ep_fn_writeb(pcie, fn, PCI_CACHE_LINE_SIZE, in cdns_pcie_ep_write_header()
Dpcie-rockchip-ep.c152 PCI_CACHE_LINE_SIZE); in rockchip_pcie_ep_write_header()
Dpci-mvebu.c527 case PCI_CACHE_LINE_SIZE: in mvebu_sw_pci_bridge_read()
Dpci-hyperv.c642 PCI_CACHE_LINE_SIZE) { in _hv_pcifront_read_config()
/linux-4.19.296/include/uapi/linux/
Dpci_regs.h74 #define PCI_CACHE_LINE_SIZE 0x0c /* 8 bits */ macro
/linux-4.19.296/drivers/pci/controller/dwc/
Dpcie-designware-ep.c89 dw_pcie_writeb_dbi(pci, PCI_CACHE_LINE_SIZE, in dw_pcie_ep_write_header()
/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_pci.c530 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_CACHE_LINE_SIZE, CACHE); in configure_device()
618 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_CACHE_LINE_SIZE, CACHE); in configure_bridge()
Dcpqphp_ctrl.c2430 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_CACHE_LINE_SIZE, temp_byte); in configure_new_function()
2924 PCI_CACHE_LINE_SIZE, temp_byte); in configure_new_function()
/linux-4.19.296/drivers/parisc/
Ddino.c578 PCI_CACHE_LINE_SIZE, 2, 0xff00 | L1_CACHE_BYTES/4); in dino_card_fixup()
/linux-4.19.296/drivers/pci/
Dpci.c4143 pci_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &cacheline_size); in pci_set_cacheline_size()
4149 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, pci_cache_line_size); in pci_set_cacheline_size()
4151 pci_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &cacheline_size); in pci_set_cacheline_size()
Dprobe.c1890 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, hpp->cache_line_size); in program_hpp_type0()
Dquirks.c175 pci_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &tmp); in pci_apply_final_quirks()