Searched refs:rd_own_conf (Results 1 – 3 of 3) sorted by relevance
63 int (*rd_own_conf)(struct pcie_port *pp, int where, int size, u32 *val); member
130 if (pp->ops->rd_own_conf) in dw_pcie_rd_own_conf()131 ret = pp->ops->rd_own_conf(pp, where, size, val); in dw_pcie_rd_own_conf()
498 .rd_own_conf = exynos_pcie_rd_own_conf,