Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c417 pp->msg_res = res; in dw_pcie_host_request_msg_tlp_res()
737 if (pp->msg_res && pp->msg_res->parent == entry->res) in dw_pcie_iatu_setup()
739 resource_size(pp->msg_res); in dw_pcie_iatu_setup()
890 if (!pci->pp.msg_res) in dw_pcie_pme_turn_off()
896 atu.size = resource_size(pci->pp.msg_res); in dw_pcie_pme_turn_off()
899 atu.cpu_addr = pci->pp.msg_res->start; in dw_pcie_pme_turn_off()
H A Dpcie-designware.h381 struct resource *msg_res; member