Home
last modified time | relevance | path

Searched refs:phw_data (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/winbond/
Dphy_calibration.c319 void _reset_rx_cal(struct hw_data *phw_data) in _reset_rx_cal() argument
323 hw_get_dxx_reg(phw_data, 0x54, &val); in _reset_rx_cal()
325 if (phw_data->revision == 0x2002) /* 1st-cut */ in _reset_rx_cal()
330 hw_set_dxx_reg(phw_data, 0x54, val); in _reset_rx_cal()
339 void _rxadc_dc_offset_cancellation_winbond(struct hw_data *phw_data, u32 frequency) in _rxadc_dc_offset_cancellation_winbond() argument
347 phy_init_rf(phw_data); in _rxadc_dc_offset_cancellation_winbond()
350 if ((RF_WB_242 == phw_data->phy_type) || in _rxadc_dc_offset_cancellation_winbond()
351 (RF_WB_242_1 == phw_data->phy_type)) /* 20060619.5 Add */{ in _rxadc_dc_offset_cancellation_winbond()
355 phy_set_rf_data(phw_data, 3, (3<<24)|0x025586); in _rxadc_dc_offset_cancellation_winbond()
363 hw_get_dxx_reg(phw_data, 0x5C, &val); in _rxadc_dc_offset_cancellation_winbond()
[all …]
Dwb35reg.c6 extern void phy_calibration_winbond(struct hw_data *phw_data, u32 frequency);