Searched refs:PICL_CLASS_MEMORY_CONTROLLER (Results 1 – 8 of 8) sorted by relevance
43 #define PICL_NAME_MEMORY_CONTROLLER PICL_CLASS_MEMORY_CONTROLLER
693 err = ptree_walk_tree_by_class(rooth, PICL_CLASS_MEMORY_CONTROLLER, in find_mc_create_tree()
99 #define PICL_CLASS_MEMORY_CONTROLLER "memory-controller" macro
216 PICL_CLASS_MEMORY_CONTROLLER, &mch); in create_physical_tree()
1312 if (strcmp(piclclass, PICL_CLASS_MEMORY_CONTROLLER) != 0) { in print_memory_module_group_table()
1405 if (strcmp(piclclass, PICL_CLASS_MEMORY_CONTROLLER) != 0) { in print_memory_module_group_table()
1422 if (strcmp(piclclass, PICL_CLASS_MEMORY_CONTROLLER) != 0) { in print_memory_module_group_table()
1724 #define IS_MC(x) (strcmp(x, PICL_CLASS_MEMORY_CONTROLLER) == 0 ? 1 : 0) in update_subtree()