Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/host/
Dpcie-designware.h64 int (*wr_own_conf)(struct pcie_port *pp, int where, int size, u32 val); member
Dpcie-designware.c144 if (pp->ops->wr_own_conf) in dw_pcie_wr_own_conf()
145 ret = pp->ops->wr_own_conf(pp, where, size, val); in dw_pcie_wr_own_conf()
Dpci-exynos.c499 .wr_own_conf = exynos_pcie_wr_own_conf,