Searched refs:wr_own_conf (Results 1 – 4 of 4) sorted by relevance
60 int (*wr_own_conf)(struct pcie_port *pp, int where, int size, u32 val); member
112 .wr_own_conf = hisi_pcie_cfg_write,
146 if (pp->ops->wr_own_conf) in dw_pcie_wr_own_conf()147 ret = pp->ops->wr_own_conf(pp, where, size, val); in dw_pcie_wr_own_conf()
494 .wr_own_conf = exynos_pcie_wr_own_conf,