Lines Matching refs:bf1
431 int bf1, bf2, bf3, bf4, bf5, bf6, bf7, bf8; in print_outcontrol() local
437 bf1 = FIELD_GET(OUTCONTROL_TIE, val); in print_outcontrol()
446 LOG_INF(" tie=%d, sip=%d, finit=%d, fci=%d", bf1, bf2, bf3, bf4); in print_outcontrol()
461 ref = FIELD_PREP(OUTCONTROL_TIE, bf1) | FIELD_PREP(OUTCONTROL_SIP, bf2) | in print_outcontrol()
470 ref = FIELD_PREP(OUTCONTROL_TIE, bf1) | FIELD_PREP(OUTCONTROL_SIP, bf2) | in print_outcontrol()
484 int bf1, bf2, bf3, bf4, bf5, bf6, bf7; in print_cic_control() local
487 bf1 = FIELD_GET(CIC_CONTROL_SOFT_RESET, val); in print_cic_control()
500 bf1, bf2, bf3); in print_cic_control()
503 ref = FIELD_PREP(CIC_CONTROL_SOFT_RESET, bf1) | in print_cic_control()
521 int bf1, bf2, bf3, bf4, bf5, bf6; in print_fir_control() local
524 bf1 = FIELD_GET(FIR_CONTROL_START, val); in print_fir_control()
536 bf1, bf2, bf3); in print_fir_control()
538 ref = FIELD_PREP(FIR_CONTROL_START, bf1) | in print_fir_control()
554 int bf1, bf2, bf3, bf4, bf5; in print_pdm_ctrl() local
560 bf1 = FIELD_GET(CIC_CONFIG_CIC_SHIFT, val); in print_pdm_ctrl()
563 LOG_DBG(" cic_shift=%d, comb_count=%d", bf1, bf2); in print_pdm_ctrl()
568 bf1 = FIELD_GET(MIC_CONTROL_PDM_SKEW, val); in print_pdm_ctrl()
570 bf1 = -1; in print_pdm_ctrl()
577 LOG_DBG(" clkdiv=%d, skew=%d, clk_edge=%d", bf5, bf1, bf2); in print_pdm_ctrl()