Home
last modified time | relevance | path

Searched refs:rd_own_conf (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/pci/host/
Dpcie-designware.h59 int (*rd_own_conf)(struct pcie_port *pp, int where, int size, u32 *val); member
Dpcie-hisi.c111 .rd_own_conf = hisi_pcie_cfg_read,
Dpcie-designware.c133 if (pp->ops->rd_own_conf) in dw_pcie_rd_own_conf()
134 ret = pp->ops->rd_own_conf(pp, where, size, val); in dw_pcie_rd_own_conf()
Dpci-exynos.c493 .rd_own_conf = exynos_pcie_rd_own_conf,