Home
last modified time | relevance | path

Searched refs:dw_pcie_writeb_dbi (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c140 dw_pcie_writeb_dbi(pci, func_offset + PCI_REVISION_ID, hdr->revid); in dw_pcie_ep_write_header()
141 dw_pcie_writeb_dbi(pci, func_offset + PCI_CLASS_PROG, hdr->progif_code); in dw_pcie_ep_write_header()
144 dw_pcie_writeb_dbi(pci, func_offset + PCI_CACHE_LINE_SIZE, in dw_pcie_ep_write_header()
149 dw_pcie_writeb_dbi(pci, func_offset + PCI_INTERRUPT_PIN, in dw_pcie_ep_write_header()
H A Dpcie-designware.h469 static inline void dw_pcie_writeb_dbi(struct dw_pcie *pci, u32 reg, u8 val) in dw_pcie_writeb_dbi() function
H A Dpcie-tegra194.c858 dw_pcie_writeb_dbi(pci, offset + i, val); in config_gen3_gen4_eq_presets()