Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c417 pp->msg_res = res; in dw_pcie_host_request_msg_tlp_res()
766 if (pp->msg_res && pp->msg_res->parent == entry->res) in dw_pcie_iatu_setup()
768 resource_size(pp->msg_res); in dw_pcie_iatu_setup()
919 if (!pci->pp.msg_res) in dw_pcie_pme_turn_off()
925 atu.size = resource_size(pci->pp.msg_res); in dw_pcie_pme_turn_off()
928 atu.parent_bus_addr = pci->pp.msg_res->start - pci->parent_bus_offset; in dw_pcie_pme_turn_off()
934 mem = ioremap(pci->pp.msg_res->start, pci->region_align); in dw_pcie_pme_turn_off()
H A Dpcie-designware.h413 struct resource *msg_res; member