Lines Matching refs:cl
35 unsigned long cl; in page_set_nocache() local
46 for (cl = __pa(addr); cl < __pa(next); cl += cpuinfo.dcache_block_size) in page_set_nocache()
47 mtspr(SPR_DCBFR, cl); in page_set_nocache()
142 unsigned long cl; in or1k_map_page() local
148 for (cl = addr; cl < addr + size; in or1k_map_page()
149 cl += cpuinfo.dcache_block_size) in or1k_map_page()
150 mtspr(SPR_DCBFR, cl); in or1k_map_page()
154 for (cl = addr; cl < addr + size; in or1k_map_page()
155 cl += cpuinfo.dcache_block_size) in or1k_map_page()
156 mtspr(SPR_DCBIR, cl); in or1k_map_page()
212 unsigned long cl; in or1k_sync_single_for_cpu() local
216 for (cl = addr; cl < addr + size; cl += cpuinfo.dcache_block_size) in or1k_sync_single_for_cpu()
217 mtspr(SPR_DCBIR, cl); in or1k_sync_single_for_cpu()
225 unsigned long cl; in or1k_sync_single_for_device() local
229 for (cl = addr; cl < addr + size; cl += cpuinfo.dcache_block_size) in or1k_sync_single_for_device()
230 mtspr(SPR_DCBFR, cl); in or1k_sync_single_for_device()