Home
last modified time | relevance | path

Searched refs:cpu_end (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/of/
A Daddress.c1068 u64 cpu_end = 0; in of_dma_get_max_cpu_address() local
1078 if (range.cpu_addr + range.size > cpu_end) in of_dma_get_max_cpu_address()
1079 cpu_end = range.cpu_addr + range.size - 1; in of_dma_get_max_cpu_address()
1081 if (max_cpu_addr > cpu_end) in of_dma_get_max_cpu_address()
1082 max_cpu_addr = cpu_end; in of_dma_get_max_cpu_address()
/linux-6.3-rc2/drivers/pci/controller/
A Dpci-v3-semi.c602 u64 cpu_end = entry->res->end; in v3_get_dma_range_config() local
603 u64 pci_end = cpu_end - entry->offset; in v3_get_dma_range_config()
667 cpu_addr, cpu_end, in v3_get_dma_range_config()
A Dpcie-rcar-host.c902 u64 cpu_end = entry->res->end; in rcar_pcie_inbound_ranges() local
912 while (cpu_addr < cpu_end) { in rcar_pcie_inbound_ranges()

Completed in 11 milliseconds