Searched refs:bf5 (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 438 bf5 = FIELD_GET(OUTCONTROL_BFTH, val); in print_outcontrol() 444 LOG_INF(" bfth=%d, of=%d, ipm=%d, th=%d", bf5, bf6, bf7, bf8); in print_outcontrol() 445 if (bf5 > OUTCONTROL_BFTH_MAX) { in print_outcontrol() 446 LOG_WRN("illegal BFTH value %d", bf5); 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 488 bf5 = FIELD_GET(CIC_CONTROL_MIC_A_POLARITY, val); in print_cic_control() 499 bf4, bf5, bf6); in print_cic_control() [all …]
|