Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/of/
H A Daddress.c1043 u64 cpu_end = 0; in of_dma_get_max_cpu_address() local
1053 if (range.cpu_addr + range.size > cpu_end) in of_dma_get_max_cpu_address()
1054 cpu_end = range.cpu_addr + range.size - 1; in of_dma_get_max_cpu_address()
1056 if (max_cpu_addr > cpu_end) in of_dma_get_max_cpu_address()
1057 max_cpu_addr = cpu_end; in of_dma_get_max_cpu_address()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-v3-semi.c603 u64 cpu_end = entry->res->end; in v3_get_dma_range_config() local
604 u64 pci_end = cpu_end - entry->offset; in v3_get_dma_range_config()
668 cpu_addr, cpu_end, in v3_get_dma_range_config()
H A Dpcie-rcar-host.c821 u64 cpu_end = entry->res->end; in rcar_pcie_inbound_ranges() local
831 while (cpu_addr < cpu_end) { in rcar_pcie_inbound_ranges()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx6801.c444 static u32 cpu_start, cpu_end, ret, real_time; in gsl_adjust_freq() local
500 cpu_end = (buf[3] << 24) + in gsl_adjust_freq()
507 ret = (u32)((cpu_start - cpu_end) * 100 / real_time) in gsl_adjust_freq()