Lines Matching refs:boot_cpu
329 int boot_cpu, word; in bcm7038_l1_suspend() local
334 boot_cpu = cpu_logical_map(0); in bcm7038_l1_suspend()
336 boot_cpu = 0; in bcm7038_l1_suspend()
343 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_suspend()
345 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word)); in bcm7038_l1_suspend()
355 int boot_cpu, word; in bcm7038_l1_resume() local
358 boot_cpu = cpu_logical_map(0); in bcm7038_l1_resume()
360 boot_cpu = 0; in bcm7038_l1_resume()
365 l1_writel(intc->cpus[boot_cpu]->mask_cache[word], in bcm7038_l1_resume()
366 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_resume()
367 l1_writel(~intc->cpus[boot_cpu]->mask_cache[word], in bcm7038_l1_resume()
368 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word)); in bcm7038_l1_resume()