Searched refs:bf7 (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 443 bf7 = FIELD_GET(OUTCONTROL_IPM, val); in print_outcontrol() 447 LOG_INF(" bfth=%d, of=%d, ipm=%d, th=%d", bf5, bf6, bf7, bf8); in print_outcontrol() 464 FIELD_PREP(OUTCONTROL_IPM, bf7) | FIELD_PREP(OUTCONTROL_IPM_SOURCE_1, bf9) | in print_outcontrol() 473 FIELD_PREP(OUTCONTROL_IPM, bf7) | FIELD_PREP(OUTCONTROL_TH, bf8); in print_outcontrol() 484 int bf1, bf2, bf3, bf4, bf5, bf6, bf7; in print_cic_control() local 494 bf7 = FIELD_GET(CIC_CONTROL_STEREO_MODE, val); in print_cic_control() 496 bf7 = -1; in print_cic_control() 510 | FIELD_PREP(CIC_CONTROL_STEREO_MODE, bf7) in print_cic_control() 513 LOG_DBG(" stereo_mode=%d", bf7); in print_cic_control()
|