Lines Matching defs:region_id

30 			     unsigned int region_id,
36 assert(region_id < REGION_ID_LIMIT);
38 region_base = periphbase + region_id_to_base(region_id);
49 unsigned int region_id,
56 assert(region_id < REGION_ID_LIMIT);
58 region_base = periphbase + region_id_to_base(region_id);
250 * in the 'hn_id_map'. The 'region_id' specifies the ID of the first HN-F/MN
257 unsigned int region_id,
269 start_region_id = region_id;
277 start_region_id = region_id;
407 unsigned int region_id;
416 region_id = HNF_REGION_ID_START;
419 FOR_EACH_PRESENT_REGION_ID(region_id, mn_hnf_id_map) {
421 region_id,
427 region_id = HNF_REGION_ID_START;
428 FOR_EACH_PRESENT_REGION_ID(region_id, mn_hnf_id_map) {
436 region_id,
457 unsigned int region_id;
465 region_id = HNF_REGION_ID_START;
473 FOR_EACH_PRESENT_REGION_ID(region_id, mn_hnf_id_map) {
477 region_id,
502 unsigned int mn_reg_off, region_id;
511 region_id = RNI_REGION_ID_START;
514 region_id = HNF_REGION_ID_START;
517 region_id = HNI_REGION_ID_START;
520 region_id = SBSX_REGION_ID_START;
562 region_id += node_id;
564 region_id += node_pos_in_map;
566 return region_id;
571 * the base address pointed to by the region_id.
577 unsigned int region_id = get_region_id_for_node(node_type, node_id);
587 ccn_reg_write(ccn_plat_desc->periphbase, region_id, reg_offset, val);
590 + region_id_to_base(region_id))
596 * from the base address pointed to by the region_id.
604 unsigned int region_id = get_region_id_for_node(node_type, node_id);
614 val = ccn_reg_read(ccn_plat_desc->periphbase, region_id, reg_offset);
617 + region_id_to_base(region_id))