Lines Matching defs:temp_val

2584 	uint8_t temp_val;
2589 &temp_val);
2590 rx_params->dcgain = (temp_val & SERDES_IREG_RX_CALEQ_1_DCGAIN_MASK) >>
2592 rx_params->dfe_3db_freq = (temp_val &
2599 &temp_val);
2600 rx_params->dfe_gain = (temp_val &
2603 rx_params->dfe_first_tap_ctrl = (temp_val &
2610 &temp_val);
2611 rx_params->dfe_secound_tap_ctrl = (temp_val &
2614 rx_params->dfe_third_tap_ctrl = (temp_val &
2621 &temp_val);
2622 rx_params->dfe_fourth_tap_ctrl = (temp_val &
2625 rx_params->low_freq_agc_gain = (temp_val &
2632 &temp_val);
2633 rx_params->precal_code_sel = (temp_val &
2636 rx_params->high_freq_agc_boost = (temp_val &
2642 &temp_val);
2643 rx_params->override = ((temp_val & SERDES_IREG_FLD_RX_DRV_OVERRIDE_EN) == 0);
2661 uint8_t temp_val;
2714 temp_val = serdes_ireg_fld_rxcal_locwren_val;
2715 temp_val |= SERDES_IREG_FLD_RXCALEYEDIAGFSMIN_LOCWREN;
2716 temp_val |= SERDES_IREG_FLD_RXCALROAMEYEMEASIN_LOCWREN;
2717 temp_val |= SERDES_IREG_FLD_RXCALROAMXADJUST_LOCWREN;
2718 temp_val |= SERDES_IREG_FLD_RX_DRV_OVERRIDE_EN;
2723 temp_val );
2729 temp_val = serdes_ireg_fld_rxcalroamyadjust_locwren_val |
2734 temp_val );
2740 temp_val = serdes_ireg_fld_rxroam_xorbitsel_val &
2745 temp_val );
2752 temp_val = serdes_ireg_fld_pcsrxeq_locwren_val &
2757 temp_val );
2768 &temp_val );
2769 temp_val &= ~SERDES_IREG_FLD_PCSRXEQ_START;
2773 temp_val );
2777 temp_val |= SERDES_IREG_FLD_PCSRXEQ_START;
2781 temp_val );
2803 temp_val &= ~SERDES_IREG_FLD_PCSRXEQ_START;
2807 temp_val );
2812 &temp_val );
2813 test_score = (int)( (temp_val & 0xFF) << 6 );
2817 &temp_val );
2818 test_score += (int)(temp_val & SERDES_IREG_RXEQ_BEST_EYE_LSB_VAL_MASK);