Home
last modified time | relevance | path

Searched refs:UDFS_PER_SLICE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/dsa/
H A Dbcm_sf2_cfp.c29 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()
H A Dbcm_sf2_regs.h486 #define UDFS_PER_SLICE 9 macro