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