Searched refs:count_leading_zeros (Results 1 – 2 of 2) sorted by relevance
253 if (count_leading_zeros(~bespoke->tx_slots) != bespoke->tdm_slots || in sai_config_set()254 count_leading_zeros(~bespoke->rx_slots) != bespoke->tdm_slots) { in sai_config_set()
518 static inline int count_leading_zeros(uint32_t word) in count_leading_zeros() function