Searched refs:cfg_cpu_chips (Results 1 – 2 of 2) sorted by relevance
523 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() local957 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() local2802 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()
143 dev_info_t *cfg_cpu_chips[HWD_CPU_CHIPS_PER_CMU]; member