Searched refs:bf1 (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 434 bf1 = FIELD_GET(OUTCONTROL_TIE, val); in print_outcontrol() 443 LOG_INF(" tie=%d, sip=%d, finit=%d, fci=%d", bf1, bf2, bf3, bf4); in print_outcontrol() 458 ref = FIELD_PREP(OUTCONTROL_TIE, bf1) | FIELD_PREP(OUTCONTROL_SIP, bf2) | in print_outcontrol() 467 ref = FIELD_PREP(OUTCONTROL_TIE, bf1) | FIELD_PREP(OUTCONTROL_SIP, bf2) | in print_outcontrol() 481 int bf1, bf2, bf3, bf4, bf5, bf6, bf7; in print_cic_control() local 484 bf1 = FIELD_GET(CIC_CONTROL_SOFT_RESET, val); in print_cic_control() 497 bf1, bf2, bf3); in print_cic_control() 500 ref = FIELD_PREP(CIC_CONTROL_SOFT_RESET, bf1) | in print_cic_control() 518 int bf1, bf2, bf3, bf4, bf5, bf6; in print_fir_control() local [all …]
|