Home
last modified time | relevance | path

Searched refs:msg_res (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/controller/cadence/
H A Dpci-sky1.c44 struct resource *msg_res; member
86 pcie->msg_res = res; in sky1_pcie_resource_get()
175 cdns_pcie->msg_res = pcie->msg_res; in sky1_pcie_probe()
H A Dpcie-cadence-host-hpa.c244 if (pcie->msg_res) { in cdns_pcie_hpa_host_init_address_translation()
246 pcie->msg_res->start); in cdns_pcie_hpa_host_init_address_translation()
H A Dpcie-cadence.h93 struct resource *msg_res; member
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c416 pp->msg_res = res; in dw_pcie_host_request_msg_tlp_res()
916 if (pp->msg_res && pp->msg_res->parent == entry->res) in dw_pcie_iatu_setup()
918 resource_size(pp->msg_res); in dw_pcie_iatu_setup()
1192 if (!pci->pp.msg_res) in dw_pcie_pme_turn_off()
1198 atu.size = resource_size(pci->pp.msg_res); in dw_pcie_pme_turn_off()
1201 atu.parent_bus_addr = pci->pp.msg_res->start - pci->parent_bus_offset; in dw_pcie_pme_turn_off()
1207 mem = ioremap(pci->pp.msg_res->start, pci->region_align); in dw_pcie_pme_turn_off()
H A Dpcie-designware.h444 struct resource *msg_res; member