Searched refs:bf8 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic_nhlt.c | 431 int bf1, bf2, bf3, bf4, bf5, bf6, bf7, bf8; in print_outcontrol() local 444 bf8 = FIELD_GET(OUTCONTROL_TH, val); in print_outcontrol() 447 LOG_INF(" bfth=%d, of=%d, ipm=%d, th=%d", bf5, bf6, bf7, bf8); in print_outcontrol() 467 FIELD_PREP(OUTCONTROL_IPM_SOURCE_4, bf12) | FIELD_PREP(OUTCONTROL_TH, bf8) | in print_outcontrol() 473 FIELD_PREP(OUTCONTROL_IPM, bf7) | FIELD_PREP(OUTCONTROL_TH, bf8); in print_outcontrol()
|