Home
last modified time | relevance | path

Searched refs:pd_step (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_cck_pd.c795 u8 pd_step = 0; in phydm_cck_pd_init_type4() local
846 pd_step = i * 2; in phydm_cck_pd_init_type4()
848 val = (u8)(reg0 & 0x000000ff) + pd_step; in phydm_cck_pd_init_type4()
852 val = (u8)(reg1 & 0x000000ff) + pd_step; in phydm_cck_pd_init_type4()
855 val = (u8)(reg2 & 0x0000001F) + pd_step; in phydm_cck_pd_init_type4()
858 val = (u8)((reg2 & 0x01F00000) >> 20) + pd_step; in phydm_cck_pd_init_type4()
863 val = (u8)((reg0 & 0x0000ff00) >> 8) + pd_step; in phydm_cck_pd_init_type4()
866 val = (u8)((reg1 & 0x0000ff00) >> 8) + pd_step; in phydm_cck_pd_init_type4()
869 val = (u8)((reg2 & 0x000003E0) >> 5) + pd_step; in phydm_cck_pd_init_type4()
872 val = (u8)((reg2 & 0x3E000000) >> 25) + pd_step; in phydm_cck_pd_init_type4()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_cck_pd.c795 u8 pd_step = 0; in phydm_cck_pd_init_type4() local
846 pd_step = i * 2; in phydm_cck_pd_init_type4()
848 val = (u8)(reg0 & 0x000000ff) + pd_step; in phydm_cck_pd_init_type4()
852 val = (u8)(reg1 & 0x000000ff) + pd_step; in phydm_cck_pd_init_type4()
855 val = (u8)(reg2 & 0x0000001F) + pd_step; in phydm_cck_pd_init_type4()
858 val = (u8)((reg2 & 0x01F00000) >> 20) + pd_step; in phydm_cck_pd_init_type4()
863 val = (u8)((reg0 & 0x0000ff00) >> 8) + pd_step; in phydm_cck_pd_init_type4()
866 val = (u8)((reg1 & 0x0000ff00) >> 8) + pd_step; in phydm_cck_pd_init_type4()
869 val = (u8)((reg2 & 0x000003E0) >> 5) + pd_step; in phydm_cck_pd_init_type4()
872 val = (u8)((reg2 & 0x3E000000) >> 25) + pd_step; in phydm_cck_pd_init_type4()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_cck_pd.c791 u8 pd_step = 0; in phydm_cck_pd_init_type4() local
842 pd_step = i * 2; in phydm_cck_pd_init_type4()
844 val = (u8)(reg0 & 0x000000ff) + pd_step; in phydm_cck_pd_init_type4()
848 val = (u8)(reg1 & 0x000000ff) + pd_step; in phydm_cck_pd_init_type4()
851 val = (u8)(reg2 & 0x0000001F) + pd_step; in phydm_cck_pd_init_type4()
854 val = (u8)((reg2 & 0x01F00000) >> 20) + pd_step; in phydm_cck_pd_init_type4()
859 val = (u8)((reg0 & 0x0000ff00) >> 8) + pd_step; in phydm_cck_pd_init_type4()
862 val = (u8)((reg1 & 0x0000ff00) >> 8) + pd_step; in phydm_cck_pd_init_type4()
865 val = (u8)((reg2 & 0x000003E0) >> 5) + pd_step; in phydm_cck_pd_init_type4()
868 val = (u8)((reg2 & 0x3E000000) >> 25) + pd_step; in phydm_cck_pd_init_type4()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_cck_pd.c795 u8 pd_step = 0; in phydm_cck_pd_init_type4() local
846 pd_step = i * 2; in phydm_cck_pd_init_type4()
848 val = (u8)(reg0 & 0x000000ff) + pd_step; in phydm_cck_pd_init_type4()
852 val = (u8)(reg1 & 0x000000ff) + pd_step; in phydm_cck_pd_init_type4()
855 val = (u8)(reg2 & 0x0000001F) + pd_step; in phydm_cck_pd_init_type4()
858 val = (u8)((reg2 & 0x01F00000) >> 20) + pd_step; in phydm_cck_pd_init_type4()
863 val = (u8)((reg0 & 0x0000ff00) >> 8) + pd_step; in phydm_cck_pd_init_type4()
866 val = (u8)((reg1 & 0x0000ff00) >> 8) + pd_step; in phydm_cck_pd_init_type4()
869 val = (u8)((reg2 & 0x000003E0) >> 5) + pd_step; in phydm_cck_pd_init_type4()
872 val = (u8)((reg2 & 0x3E000000) >> 25) + pd_step; in phydm_cck_pd_init_type4()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Deeprom.c701 kfree(pd->pd_step); in ath5k_eeprom_free_pcal_info()
759 pd->pd_step = kcalloc(AR5K_EEPROM_N_PWR_POINTS_5111, in ath5k_eeprom_convert_pcal_info_5111()
761 if (!pd->pd_step) in ath5k_eeprom_convert_pcal_info_5111()
778 pd->pd_step[point] = pcinfo->pcdac[point]; in ath5k_eeprom_convert_pcal_info_5111()
940 pd->pd_step = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_5112()
943 if (!pd->pd_step) in ath5k_eeprom_convert_pcal_info_5112()
954 pd->pd_step[0] = pcinfo->pcdac_x0[0]; in ath5k_eeprom_convert_pcal_info_5112()
964 pd->pd_step[point] = in ath5k_eeprom_convert_pcal_info_5112()
965 pd->pd_step[point - 1] + in ath5k_eeprom_convert_pcal_info_5112()
978 pd->pd_step = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_5112()
[all …]
H A Deeprom.h318 u8 *pd_step; member
H A Dphy.c3343 ath5k_get_linear_pcdac_min(pdg_L->pd_step, in ath5k_setup_channel_powertable()
3344 pdg_R->pd_step, in ath5k_setup_channel_powertable()
3363 pdg_L->pd_step, in ath5k_setup_channel_powertable()
3375 pdg_R->pd_step, in ath5k_setup_channel_powertable()