Searched refs:tre_buf (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/pci/endpoint/functions/ |
| D | pci-epf-mhi.c | 217 void __iomem *tre_buf; in pci_epf_mhi_iatu_read() local 223 ret = __pci_epf_mhi_alloc_map(mhi_cntrl, from, &tre_phys, &tre_buf, in pci_epf_mhi_iatu_read() 230 memcpy_fromio(to, tre_buf, size); in pci_epf_mhi_iatu_read() 232 __pci_epf_mhi_unmap_free(mhi_cntrl, from, tre_phys, tre_buf, offset, in pci_epf_mhi_iatu_read() 245 void __iomem *tre_buf; in pci_epf_mhi_iatu_write() local 251 ret = __pci_epf_mhi_alloc_map(mhi_cntrl, to, &tre_phys, &tre_buf, in pci_epf_mhi_iatu_write() 258 memcpy_toio(tre_buf, from, size); in pci_epf_mhi_iatu_write() 260 __pci_epf_mhi_unmap_free(mhi_cntrl, to, tre_phys, tre_buf, offset, in pci_epf_mhi_iatu_write()
|