Searched refs:UDFS_PER_SLICE (Results 1 – 2 of 2) sorted by relevance
29 u8 slices[UDFS_PER_SLICE];38 static const u8 zero_slice[UDFS_PER_SLICE] = { };123 for (i = 0; i < UDFS_PER_SLICE; i++) { in bcm_sf2_get_num_udf_slices()133 return GENMASK(num_udf - 1, 0) >> (UDFS_PER_SLICE - 1); in udf_upper_bits()164 for (i = 0; i < UDFS_PER_SLICE; i++) in bcm_sf2_cfp_udf_set()
486 #define UDFS_PER_SLICE 9 macro