Searched refs:__bits (Results 1 – 3 of 3) sorted by relevance
328 unsigned int __bits = (bits), idx, w = 0; \330 for (idx = 0; idx < __bits / BITS_PER_LONG; idx++) \333 if (__bits % BITS_PER_LONG) \334 w += hweight_long((FETCH) & BITMAP_LAST_WORD_MASK(__bits)); \
244 u32 __bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt_cfg); in sof_ipc4_fmt_cfg_to_type() local246 if (__bits == 8 || __bits == 32) in sof_ipc4_fmt_cfg_to_type()