Home
last modified time | relevance | path

Searched refs:cfg_cpu_chips (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4u/io/
H A Dopl_cfg.c523 opl_boards[board].cfg_cpu_chips[chip] = node; in opl_init_root_nodes()
953 dev_info_t **cfg_cpu_chips; in opl_probe_cpu_chips() local
957 cfg_cpu_chips = opl_boards[probe->pr_board].cfg_cpu_chips; in opl_probe_cpu_chips()
962 ASSERT(cfg_cpu_chips[i] == NULL); in opl_probe_cpu_chips()
979 cfg_cpu_chips[i] = node; in opl_probe_cpu_chips()
2800 dev_info_t **cfg_cpu_chips; in opl_unprobe_processors() local
2802 cfg_cpu_chips = opl_boards[board].cfg_cpu_chips; in opl_unprobe_processors()
2806 if (cfg_cpu_chips[i] == NULL) in opl_unprobe_processors()
2809 if (opl_destroy_node(cfg_cpu_chips[i]) != 0) { in opl_unprobe_processors()
2816 cfg_cpu_chips[i] = NULL; in opl_unprobe_processors()
/titanic_50/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h143 dev_info_t *cfg_cpu_chips[HWD_CPU_CHIPS_PER_CMU]; member