Searched refs:OF_POPULATED_BUS (Results 1 – 3 of 3) sorted by relevance
140 if (of_node_check_flag(layout_dn, OF_POPULATED_BUS)) { in nvmem_layout_bus_populate()152 of_node_set_flag(layout_dn, OF_POPULATED_BUS); in nvmem_layout_bus_populate()193 of_node_clear_flag(dev->of_node, OF_POPULATED_BUS); in nvmem_destroy_layout()
153 #define OF_POPULATED_BUS 4 /* platform bus created for children */ macro
2258 tbuf[3] = of_node_check_flag(dn, OF_POPULATED_BUS) ? 'B' : '-'; in device_node_string()