Home
last modified time | relevance | path

Searched refs:ob_addr (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-rockchip-ep.c28 * @ob_addr: base addresses in the AXI bus where the outbound regions start
45 phys_addr_t *ob_addr; member
283 ep->ob_addr[r] = addr; in rockchip_pcie_ep_map_addr()
296 if (ep->ob_addr[r] == addr) in rockchip_pcie_ep_unmap_addr()
308 ep->ob_addr[r] = 0; in rockchip_pcie_ep_unmap_addr()
586 ep->ob_addr = devm_kcalloc(dev, max_regions, sizeof(*ep->ob_addr), in rockchip_pcie_ep_probe()
589 if (!ep->ob_addr) { in rockchip_pcie_ep_probe()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-rockchip-ep.c28 * @ob_addr: base addresses in the AXI bus where the outbound regions start
45 phys_addr_t *ob_addr; member
244 ep->ob_addr[r] = addr; in rockchip_pcie_ep_map_addr()
257 if (ep->ob_addr[r] == addr) in rockchip_pcie_ep_unmap_addr()
265 ep->ob_addr[r] = 0; in rockchip_pcie_ep_unmap_addr()
547 ep->ob_addr = devm_kcalloc(dev, max_regions, sizeof(*ep->ob_addr), in rockchip_pcie_ep_probe()
550 if (!ep->ob_addr) { in rockchip_pcie_ep_probe()
/kernel/linux/linux-5.10/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c166 ep->ob_addr[r] = addr; in cdns_pcie_ep_map_addr()
179 if (ep->ob_addr[r] == addr) in cdns_pcie_ep_unmap_addr()
187 ep->ob_addr[r] = 0; in cdns_pcie_ep_unmap_addr()
538 ep->ob_addr = devm_kcalloc(dev, in cdns_pcie_ep_setup()
539 ep->max_regions, sizeof(*ep->ob_addr), in cdns_pcie_ep_setup()
541 if (!ep->ob_addr) in cdns_pcie_ep_setup()
H A Dpcie-cadence.h328 * @ob_addr: base addresses in the AXI bus where the outbound regions start
349 phys_addr_t *ob_addr; member
/kernel/linux/linux-6.6/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c200 ep->ob_addr[r] = addr; in cdns_pcie_ep_map_addr()
213 if (ep->ob_addr[r] == addr) in cdns_pcie_ep_unmap_addr()
221 ep->ob_addr[r] = 0; in cdns_pcie_ep_unmap_addr()
670 ep->ob_addr = devm_kcalloc(dev, in cdns_pcie_ep_setup()
671 ep->max_regions, sizeof(*ep->ob_addr), in cdns_pcie_ep_setup()
673 if (!ep->ob_addr) in cdns_pcie_ep_setup()
H A Dpcie-cadence.h349 * @ob_addr: base addresses in the AXI bus where the outbound regions start
371 phys_addr_t *ob_addr; member

Completed in 7 milliseconds