Lines Matching refs:of_read_number
206 lmb->base_addr = of_read_number(p, n_root_addr_cells); in read_drconf_v1_cell()
208 lmb->drc_index = of_read_number(p++, 1); in read_drconf_v1_cell()
212 lmb->aa_index = of_read_number(p++, 1); in read_drconf_v1_cell()
213 lmb->flags = of_read_number(p++, 1); in read_drconf_v1_cell()
226 n_lmbs = of_read_number(prop++, 1); in __walk_drmem_v1_lmbs()
242 dr_cell->seq_lmbs = of_read_number(p++, 1); in read_drconf_v2_cell()
243 dr_cell->base_addr = of_read_number(p, n_root_addr_cells); in read_drconf_v2_cell()
245 dr_cell->drc_index = of_read_number(p++, 1); in read_drconf_v2_cell()
246 dr_cell->aa_index = of_read_number(p++, 1); in read_drconf_v2_cell()
247 dr_cell->flags = of_read_number(p++, 1); in read_drconf_v2_cell()
261 lmb_sets = of_read_number(prop++, 1); in __walk_drmem_v2_lmbs()
372 drmem_info->lmb_size = of_read_number(prop, n_root_size_cells); in init_drmem_lmb_size()
429 drmem_info->n_lmbs = of_read_number(prop++, 1); in init_drmem_v1_lmbs()
450 lmb_sets = of_read_number(prop++, 1); in init_drmem_v2_lmbs()