Lines Matching refs:memcell_buf
761 const __be32 *memcell_buf; in parse_numa_properties() local
764 memcell_buf = of_get_property(memory, in parse_numa_properties()
766 if (!memcell_buf || len <= 0) in parse_numa_properties()
767 memcell_buf = of_get_property(memory, "reg", &len); in parse_numa_properties()
768 if (!memcell_buf || len <= 0) in parse_numa_properties()
775 start = read_n_cells(n_mem_addr_cells, &memcell_buf); in parse_numa_properties()
776 size = read_n_cells(n_mem_size_cells, &memcell_buf); in parse_numa_properties()
1089 const __be32 *memcell_buf; in hot_add_node_scn_to_nid() local
1092 memcell_buf = of_get_property(memory, "reg", &len); in hot_add_node_scn_to_nid()
1093 if (!memcell_buf || len <= 0) in hot_add_node_scn_to_nid()
1100 start = read_n_cells(n_mem_addr_cells, &memcell_buf); in hot_add_node_scn_to_nid()
1101 size = read_n_cells(n_mem_size_cells, &memcell_buf); in hot_add_node_scn_to_nid()