Searched refs:regl (Results 1 – 1 of 1) sorted by relevance
574 __u32 regl; in check_enhanced_area_total_limit() local589 regl = (ext_csd[EXT_CSD_GP_SIZE_MULT_4_2] << 16) | in check_enhanced_area_total_limit()592 gp4_part_sz = 512l * regl * erase_sz * wp_sz; in check_enhanced_area_total_limit()595 printf("Enhanced GP4 Partition Size [GP_SIZE_MULT_4]: 0x%06x\n", regl); in check_enhanced_area_total_limit()599 regl = (ext_csd[EXT_CSD_GP_SIZE_MULT_3_2] << 16) | in check_enhanced_area_total_limit()602 gp3_part_sz = 512l * regl * erase_sz * wp_sz; in check_enhanced_area_total_limit()605 printf("Enhanced GP3 Partition Size [GP_SIZE_MULT_3]: 0x%06x\n", regl); in check_enhanced_area_total_limit()609 regl = (ext_csd[EXT_CSD_GP_SIZE_MULT_2_2] << 16) | in check_enhanced_area_total_limit()612 gp2_part_sz = 512l * regl * erase_sz * wp_sz; in check_enhanced_area_total_limit()615 printf("Enhanced GP2 Partition Size [GP_SIZE_MULT_2]: 0x%06x\n", regl); in check_enhanced_area_total_limit()[all …]