Lines Matching refs:where
128 static int dw_pcie_rd_own_conf(struct pcie_port *pp, int where, int size, in dw_pcie_rd_own_conf() argument
134 ret = pp->ops->rd_own_conf(pp, where, size, val); in dw_pcie_rd_own_conf()
136 ret = dw_pcie_cfg_read(pp->dbi_base + where, size, val); in dw_pcie_rd_own_conf()
141 static int dw_pcie_wr_own_conf(struct pcie_port *pp, int where, int size, in dw_pcie_wr_own_conf() argument
147 ret = pp->ops->wr_own_conf(pp, where, size, val); in dw_pcie_wr_own_conf()
149 ret = dw_pcie_cfg_write(pp->dbi_base + where, size, val); in dw_pcie_wr_own_conf()
567 u32 devfn, int where, int size, u32 *val) in dw_pcie_rd_other_conf() argument
592 ret = dw_pcie_cfg_read(va_cfg_base + where, size, val); in dw_pcie_rd_other_conf()
601 u32 devfn, int where, int size, u32 val) in dw_pcie_wr_other_conf() argument
626 ret = dw_pcie_cfg_write(va_cfg_base + where, size, val); in dw_pcie_wr_other_conf()
657 static int dw_pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, in dw_pcie_rd_conf() argument
671 where, size, val); in dw_pcie_rd_conf()
674 where, size, val); in dw_pcie_rd_conf()
676 ret = dw_pcie_rd_own_conf(pp, where, size, val); in dw_pcie_rd_conf()
682 int where, int size, u32 val) in dw_pcie_wr_conf() argument
693 where, size, val); in dw_pcie_wr_conf()
696 where, size, val); in dw_pcie_wr_conf()
698 ret = dw_pcie_wr_own_conf(pp, where, size, val); in dw_pcie_wr_conf()