Lines Matching refs:bf4
431 int bf1, bf2, bf3, bf4, bf5, bf6, bf7, bf8; in print_outcontrol() local
440 bf4 = FIELD_GET(OUTCONTROL_FCI, val); in print_outcontrol()
446 LOG_INF(" tie=%d, sip=%d, finit=%d, fci=%d", bf1, bf2, bf3, bf4); in print_outcontrol()
462 FIELD_PREP(OUTCONTROL_FINIT, bf3) | FIELD_PREP(OUTCONTROL_FCI, bf4) | in print_outcontrol()
471 FIELD_PREP(OUTCONTROL_FINIT, bf3) | FIELD_PREP(OUTCONTROL_FCI, bf4) | in print_outcontrol()
484 int bf1, bf2, bf3, bf4, bf5, bf6, bf7; in print_cic_control() local
490 bf4 = FIELD_GET(CIC_CONTROL_MIC_B_POLARITY, val); in print_cic_control()
502 bf4, bf5, bf6); in print_cic_control()
506 FIELD_PREP(CIC_CONTROL_MIC_B_POLARITY, bf4) | in print_cic_control()
521 int bf1, bf2, bf3, bf4, bf5, bf6; in print_fir_control() local
531 bf4 = FIELD_GET(FIR_CONTROL_DCCOMP, val); in print_fir_control()
537 LOG_DBG(" dccomp=%d, mute=%d, stereo=%d", bf4, bf5, bf6); in print_fir_control()
543 FIELD_PREP(FIR_CONTROL_DCCOMP, bf4) | in print_fir_control()
554 int bf1, bf2, bf3, bf4, bf5; in print_pdm_ctrl() local
574 bf4 = FIELD_GET(MIC_CONTROL_PDM_EN_A, val); in print_pdm_ctrl()
578 LOG_DBG(" en_b=%d, en_a=%d", bf3, bf4); in print_pdm_ctrl()