Searched refs:bits_set (Results 1 – 2 of 2) sorted by relevance
| /sound/hda/codecs/realtek/ |
| A D | realtek.h | 141 unsigned int bits_set); 146 #define alc_update_coef_idx(codec, coef_idx, mask, bits_set) \ argument 147 alc_update_coefex_idx(codec, 0x20, coef_idx, mask, bits_set)
|
| A D | realtek.c | 70 unsigned int bits_set) in __alc_update_coefex_idx() argument 76 (val & ~mask) | bits_set); in __alc_update_coefex_idx() 81 unsigned int bits_set) in alc_update_coefex_idx() argument 84 __alc_update_coefex_idx(codec, nid, coef_idx, mask, bits_set); in alc_update_coefex_idx()
|
Completed in 12 milliseconds