bits_set
u8 bits_set;
for (bits_set = 0; bit_field; bits_set++) {
return (bits_set);
if (bits_set(&flow->l2_key.smac, sizeof(flow->l2_key.smac)) &&
if (bits_set(&flow->l2_key.dmac, sizeof(flow->l2_key.dmac)) &&
if (bits_set(&flow->l2_key.inner_vlan_tci,
if (bits_set(&flow->l2_key.inner_vlan_tpid,
uint bits_set;
bits_set = end_bit - bit;
bits_set = 0;
while ((bits_to_set - bits_set) >= NBWORD) {
bits_set += NBWORD;
end_bit = bits_to_set - bits_set;
unsigned int bits_set)
(val & ~mask) | bits_set);
unsigned int bits_set)
__alc_update_coefex_idx(codec, nid, coef_idx, mask, bits_set);
unsigned int bits_set);
#define alc_update_coef_idx(codec, coef_idx, mask, bits_set) \
alc_update_coefex_idx(codec, 0x20, coef_idx, mask, bits_set)