Lines Matching refs:mesh_x
336 u8 mesh_x; member
374 return fls((cmn->mesh_x - 1) | (cmn->mesh_y - 1)); in arm_cmn_xyidbits()
394 return cmn->xps + cmn->mesh_x * y + x; in arm_cmn_node_to_xp()
527 for (x = 0; x < cmn->mesh_x; x++) in arm_cmn_map_show()
532 int xp_base = cmn->mesh_x * y; in arm_cmn_map_show()
536 for (x = 0; x < cmn->mesh_x; x++) in arm_cmn_map_show()
540 for (x = 0; x < cmn->mesh_x; x++) { in arm_cmn_map_show()
547 for (x = 0; x < cmn->mesh_x; x++) { in arm_cmn_map_show()
556 for (x = 0; x < cmn->mesh_x; x++) in arm_cmn_map_show()
561 for (x = 0; x < cmn->mesh_x; x++) in arm_cmn_map_show()
564 for (x = 0; x < cmn->mesh_x; x++) in arm_cmn_map_show()
567 for (x = 0; x < cmn->mesh_x; x++) in arm_cmn_map_show()
572 for (x = 0; x < cmn->mesh_x; x++) in arm_cmn_map_show()
2355 cmn->mesh_x = xp->logid; in arm_cmn_discover()
2496 if (!cmn->mesh_x) in arm_cmn_discover()
2497 cmn->mesh_x = cmn->num_xps; in arm_cmn_discover()
2498 cmn->mesh_y = cmn->num_xps / cmn->mesh_x; in arm_cmn_discover()
2507 cmn->mesh_x, cmn->mesh_y, arm_cmn_xyidbits(cmn), ®, in arm_cmn_discover()