Home
last modified time | relevance | path

Searched refs:bf7 (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/drivers/dai/intel/dmic/
Ddmic_nhlt.c428 int bf1, bf2, bf3, bf4, bf5, bf6, bf7, bf8; in print_outcontrol() local
440 bf7 = FIELD_GET(OUTCONTROL_IPM, val); in print_outcontrol()
444 LOG_INF(" bfth=%d, of=%d, ipm=%d, th=%d", bf5, bf6, bf7, bf8); in print_outcontrol()
461 FIELD_PREP(OUTCONTROL_IPM, bf7) | FIELD_PREP(OUTCONTROL_IPM_SOURCE_1, bf9) | in print_outcontrol()
470 FIELD_PREP(OUTCONTROL_IPM, bf7) | FIELD_PREP(OUTCONTROL_TH, bf8); in print_outcontrol()
481 int bf1, bf2, bf3, bf4, bf5, bf6, bf7; in print_cic_control() local
491 bf7 = FIELD_GET(CIC_CONTROL_STEREO_MODE, val); in print_cic_control()
493 bf7 = -1; in print_cic_control()
507 | FIELD_PREP(CIC_CONTROL_STEREO_MODE, bf7) in print_cic_control()
510 LOG_DBG(" stereo_mode=%d", bf7); in print_cic_control()