Lines Matching refs:boot_cpu
298 int boot_cpu, word; in bcm7038_l1_suspend() local
303 boot_cpu = cpu_logical_map(0); in bcm7038_l1_suspend()
305 boot_cpu = 0; in bcm7038_l1_suspend()
312 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_suspend()
314 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word)); in bcm7038_l1_suspend()
324 int boot_cpu, word; in bcm7038_l1_resume() local
327 boot_cpu = cpu_logical_map(0); in bcm7038_l1_resume()
329 boot_cpu = 0; in bcm7038_l1_resume()
334 l1_writel(intc->cpus[boot_cpu]->mask_cache[word], in bcm7038_l1_resume()
335 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_resume()
336 l1_writel(~intc->cpus[boot_cpu]->mask_cache[word], in bcm7038_l1_resume()
337 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word)); in bcm7038_l1_resume()