Lines Matching refs:boot_cpu
299 int boot_cpu, word; in bcm7038_l1_suspend() local
304 boot_cpu = cpu_logical_map(0); in bcm7038_l1_suspend()
306 boot_cpu = 0; in bcm7038_l1_suspend()
313 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_suspend()
315 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word)); in bcm7038_l1_suspend()
325 int boot_cpu, word; in bcm7038_l1_resume() local
328 boot_cpu = cpu_logical_map(0); in bcm7038_l1_resume()
330 boot_cpu = 0; in bcm7038_l1_resume()
335 l1_writel(intc->cpus[boot_cpu]->mask_cache[word], in bcm7038_l1_resume()
336 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_resume()
337 l1_writel(~intc->cpus[boot_cpu]->mask_cache[word], in bcm7038_l1_resume()
338 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word)); in bcm7038_l1_resume()