Searched refs:bf6 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/drivers/dai/intel/dmic/ |
D | dmic_nhlt.c | 428 int bf1, bf2, bf3, bf4, bf5, bf6, bf7, bf8; in print_outcontrol() local 439 bf6 = FIELD_GET(OUTCONTROL_OF, val); in print_outcontrol() 444 LOG_INF(" bfth=%d, of=%d, ipm=%d, th=%d", bf5, bf6, bf7, bf8); in print_outcontrol() 460 FIELD_PREP(OUTCONTROL_BFTH, bf5) | FIELD_PREP(OUTCONTROL_OF, bf6) | in print_outcontrol() 469 FIELD_PREP(OUTCONTROL_BFTH, bf5) | FIELD_PREP(OUTCONTROL_OF, bf6) | in print_outcontrol() 481 int bf1, bf2, bf3, bf4, bf5, bf6, bf7; in print_cic_control() local 489 bf6 = FIELD_GET(CIC_CONTROL_MIC_MUTE, val); in print_cic_control() 499 bf4, bf5, bf6); in print_cic_control() 505 FIELD_PREP(CIC_CONTROL_MIC_MUTE, bf6) in print_cic_control() 518 int bf1, bf2, bf3, bf4, bf5, bf6; in print_fir_control() local [all …]
|