Searched refs:UDFS_PER_SLICE (Results 1 – 2 of 2) sorted by relevance
24 u8 slices[UDFS_PER_SLICE];33 static const u8 zero_slice[UDFS_PER_SLICE] = { };118 for (i = 0; i < UDFS_PER_SLICE; i++) { in bcm_sf2_get_num_udf_slices()128 return GENMASK(num_udf - 1, 0) >> (UDFS_PER_SLICE - 1); in udf_upper_bits()159 for (i = 0; i < UDFS_PER_SLICE; i++) in bcm_sf2_cfp_udf_set()
422 #define UDFS_PER_SLICE 9 macro