Lines Matching refs:bf5
431 int bf1, bf2, bf3, bf4, bf5, bf6, bf7, bf8; in print_outcontrol() local
441 bf5 = FIELD_GET(OUTCONTROL_BFTH, val); in print_outcontrol()
447 LOG_INF(" bfth=%d, of=%d, ipm=%d, th=%d", bf5, bf6, bf7, bf8); in print_outcontrol()
448 if (bf5 > OUTCONTROL_BFTH_MAX) { in print_outcontrol()
449 LOG_WRN("illegal BFTH value %d", bf5); in print_outcontrol()
463 FIELD_PREP(OUTCONTROL_BFTH, bf5) | FIELD_PREP(OUTCONTROL_OF, bf6) | in print_outcontrol()
472 FIELD_PREP(OUTCONTROL_BFTH, bf5) | FIELD_PREP(OUTCONTROL_OF, bf6) | in print_outcontrol()
484 int bf1, bf2, bf3, bf4, bf5, bf6, bf7; in print_cic_control() local
491 bf5 = FIELD_GET(CIC_CONTROL_MIC_A_POLARITY, val); in print_cic_control()
502 bf4, bf5, bf6); in print_cic_control()
507 FIELD_PREP(CIC_CONTROL_MIC_A_POLARITY, bf5) | in print_cic_control()
521 int bf1, bf2, bf3, bf4, bf5, bf6; in print_fir_control() local
532 bf5 = FIELD_GET(FIR_CONTROL_MUTE, val); in print_fir_control()
537 LOG_DBG(" dccomp=%d, mute=%d, stereo=%d", bf4, bf5, bf6); in print_fir_control()
544 FIELD_PREP(FIR_CONTROL_MUTE, bf5) | in print_fir_control()
554 int bf1, bf2, bf3, bf4, bf5; in print_pdm_ctrl() local
575 bf5 = FIELD_GET(MIC_CONTROL_PDM_CLKDIV, val); in print_pdm_ctrl()
577 LOG_DBG(" clkdiv=%d, skew=%d, clk_edge=%d", bf5, bf1, bf2); in print_pdm_ctrl()