Home
last modified time | relevance | path

Searched full:regulation (Results 1 – 25 of 268) sorted by relevance

1234567891011

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ld_file.c450 * @@DomainCode=0x28, Regulation=C6
452 * @@CountryCode=GB, Regulation=C7
462 #define REG_PREFIX "Regulation=" in parse_reg_exc_config()
535 /* check if matching regulation prefix */ in parse_reg_exc_config()
539 /* get string after regulation prefix ending with space */ in parse_reg_exc_config()
571 int regulation = -1; in hal_phy_store_tx_power_limit() local
649 regulation = rtw_hal_rf_get_predefined_pw_lmt_regu_type_from_str((char *)sregulation); in hal_phy_store_tx_power_limit()
650 if (regulation == -1) { in hal_phy_store_tx_power_limit()
654 regulation = (u8)regd_num; in hal_phy_store_tx_power_limit()
655 PHL_INFO("new regulation num: %d\n", regulation); in hal_phy_store_tx_power_limit()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ld_file.c450 * @@DomainCode=0x28, Regulation=C6
452 * @@CountryCode=GB, Regulation=C7
462 #define REG_PREFIX "Regulation=" in parse_reg_exc_config()
535 /* check if matching regulation prefix */ in parse_reg_exc_config()
539 /* get string after regulation prefix ending with space */ in parse_reg_exc_config()
571 int regulation = -1; in hal_phy_store_tx_power_limit() local
649 regulation = rtw_hal_rf_get_predefined_pw_lmt_regu_type_from_str((char *)sregulation); in hal_phy_store_tx_power_limit()
650 if (regulation == -1) { in hal_phy_store_tx_power_limit()
654 regulation = (u8)regd_num; in hal_phy_store_tx_power_limit()
655 PHL_INFO("new regulation num: %d\n", regulation); in hal_phy_store_tx_power_limit()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_regulation.c78 if (f->regulation >= REGULATION_MAX) in _chnlplan_update_2g()
92 rg->regulation_2g = f->regulation; in _chnlplan_update_2g()
217 if (f->regulation >= REGULATION_MAX) in _chnlplan_update_5g()
231 rg->regulation_5g = f->regulation; in _chnlplan_update_5g()
432 rg = &phl_info->regulation; in _regulation_valid()
498 PHL_ERR("[REGULATION] sending message failed (evt_id: %u) \n", evt_id); in _phl_regulation_send_msg()
597 rg = &phl_info->regulation; in rtw_phl_set_user_def_chplan()
694 rg = &phl_info->regulation; in rtw_phl_regulation_set_domain()
740 * Set regulation by 2bytes country code
767 rg = &phl_info->regulation; in rtw_phl_regulation_set_country()
[all …]
H A Dphl_regulation_6g.c135 u8 regulation, u8 ch_idx) in _chnlplan_update_6g() argument
145 if (regulation >= REGULATION_MAX) in _chnlplan_update_6g()
159 rg->regulation_6g = regulation; in _chnlplan_update_6g()
195 u8 regulation = REGULATION_NA; in _regulatory_domain_update_6g() local
206 regulation = rdmap6[did].regulation; in _regulatory_domain_update_6g()
208 return _chnlplan_update_6g(rg, regulation, ch_idx); in _regulatory_domain_update_6g()
305 rg = &phl_info->regulation; in regu_set_domain_6g()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_regulation.c78 if (f->regulation >= REGULATION_MAX) in _chnlplan_update_2g()
92 rg->regulation_2g = f->regulation; in _chnlplan_update_2g()
217 if (f->regulation >= REGULATION_MAX) in _chnlplan_update_5g()
231 rg->regulation_5g = f->regulation; in _chnlplan_update_5g()
432 rg = &phl_info->regulation; in _regulation_valid()
498 PHL_ERR("[REGULATION] sending message failed (evt_id: %u) \n", evt_id); in _phl_regulation_send_msg()
597 rg = &phl_info->regulation; in rtw_phl_set_user_def_chplan()
694 rg = &phl_info->regulation; in rtw_phl_regulation_set_domain()
740 * Set regulation by 2bytes country code
767 rg = &phl_info->regulation; in rtw_phl_regulation_set_country()
[all …]
H A Dphl_regulation_6g.c135 u8 regulation, u8 ch_idx) in _chnlplan_update_6g() argument
145 if (regulation >= REGULATION_MAX) in _chnlplan_update_6g()
159 rg->regulation_6g = regulation; in _chnlplan_update_6g()
195 u8 regulation = REGULATION_NA; in _regulatory_domain_update_6g() local
206 regulation = rdmap6[did].regulation; in _regulatory_domain_update_6g()
208 return _chnlplan_update_6g(rg, regulation, ch_idx); in _regulatory_domain_update_6g()
305 rg = &phl_info->regulation; in regu_set_domain_6g()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_hwimg_8852b.c885 u8 band, bandwidth, tx_num, rate, beamforming, regulation, chnl, val; in halrf_config_8852b_store_power_limit() local
901 regulation = array->reg; in halrf_config_8852b_store_power_limit()
905 pwr->regulation[band][regulation] = true; in halrf_config_8852b_store_power_limit()
908 pwr->tx_shap_idx[band][TX_SHAPE_CCK][regulation] = array->tx_shap_idx; in halrf_config_8852b_store_power_limit()
910 __func__, band, regulation, in halrf_config_8852b_store_power_limit()
911 pwr->tx_shap_idx[band][TX_SHAPE_CCK][regulation]); in halrf_config_8852b_store_power_limit()
913 pwr->tx_shap_idx[band][TX_SHAPE_OFDM][regulation] = array->tx_shap_idx; in halrf_config_8852b_store_power_limit()
915 __func__, band, regulation, in halrf_config_8852b_store_power_limit()
916 pwr->tx_shap_idx[band][TX_SHAPE_OFDM][regulation]); in halrf_config_8852b_store_power_limit()
919 halrf_power_limit_store_to_array(rf, regulation, band, bandwidth, in halrf_config_8852b_store_power_limit()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_hwimg_8852b.c885 u8 band, bandwidth, tx_num, rate, beamforming, regulation, chnl, val; in halrf_config_8852b_store_power_limit() local
901 regulation = array->reg; in halrf_config_8852b_store_power_limit()
905 pwr->regulation[band][regulation] = true; in halrf_config_8852b_store_power_limit()
908 pwr->tx_shap_idx[band][TX_SHAPE_CCK][regulation] = array->tx_shap_idx; in halrf_config_8852b_store_power_limit()
910 __func__, band, regulation, in halrf_config_8852b_store_power_limit()
911 pwr->tx_shap_idx[band][TX_SHAPE_CCK][regulation]); in halrf_config_8852b_store_power_limit()
913 pwr->tx_shap_idx[band][TX_SHAPE_OFDM][regulation] = array->tx_shap_idx; in halrf_config_8852b_store_power_limit()
915 __func__, band, regulation, in halrf_config_8852b_store_power_limit()
916 pwr->tx_shap_idx[band][TX_SHAPE_OFDM][regulation]); in halrf_config_8852b_store_power_limit()
919 halrf_power_limit_store_to_array(rf, regulation, band, bandwidth, in halrf_config_8852b_store_power_limit()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Drt9455_charger.txt15 - richtek,battery-regulation-voltage: integer, maximum battery voltage in uV.
20 - richtek,min-input-voltage-regulation: integer, input voltage level in uV, used to
26 - richtek,avg-input-current-regulation: integer, input current value in uA drained by the
41 richtek,battery-regulation-voltage = <4200000>;
44 richtek,min-input-voltage-regulation = <4500000>;
45 richtek,avg-input-current-regulation = <500000>;
H A Dbq25890.txt14 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV);
33 - ti,thermal-regulation-threshold: integer, temperature above which the charge
50 ti,battery-regulation-voltage = <4200000>;
59 ti,thermal-regulation-threshold = <120>;
H A Dbq24257.txt11 - ti,battery-regulation-voltage: integer, maximum charging voltage in uV.
43 ti,battery-regulation-voltage = <4200000>;
56 ti,battery-regulation-voltage = <4200000>;
H A Dbq2415x.txt23 - ti,battery-regulation-voltage: integer, maximum charging voltage in mV.
41 ti,battery-regulation-voltage = <4200>;
H A Dsc89890-charger.txt10 - sc,battery-regulation-voltage: integer, maximum charging voltage (in uV);
32 sc,battery-regulation-voltage = <4200000>;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_com_phycfg.c1949 s16 band = -1, regulation = -1, bandwidth = -1, in PHY_GetTxPowerLimit() local
1959 regulation = TXPWR_LMT_ETSI; in PHY_GetTxPowerLimit()
1962 regulation = TXPWR_LMT_MKK; in PHY_GetTxPowerLimit()
1965 regulation = TXPWR_LMT_FCC; in PHY_GetTxPowerLimit()
1968 regulation = TXPWR_LMT_WW; in PHY_GetTxPowerLimit()
1971 regulation = (Band == BAND_ON_2_4G) ? pHalData->Regulation2_4G : pHalData->Regulation5G; in PHY_GetTxPowerLimit()
1975 …RTW_INFO("pMgntInfo->RegPwrTblSel %d, final regulation %d\n", Adapter->registrypriv.RegPwrTblSel, in PHY_GetTxPowerLimit()
2153 if (band == -1 || regulation == -1 || bandwidth == -1 || in PHY_GetTxPowerLimit()
2155 …/* RTW_INFO("Wrong index value to access power limit table [band %d][regulation %d][bandwidth %d][… in PHY_GetTxPowerLimit()
2156 /* band, regulation, bandwidth, RfPath, rateSection, channelGroup ); */ in PHY_GetTxPowerLimit()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_com_phycfg.c1739 s16 band = -1, regulation = -1, bandwidth = -1, in PHY_GetTxPowerLimit() local
1749 regulation = TXPWR_LMT_ETSI; in PHY_GetTxPowerLimit()
1752 regulation = TXPWR_LMT_MKK; in PHY_GetTxPowerLimit()
1755 regulation = TXPWR_LMT_FCC; in PHY_GetTxPowerLimit()
1758 regulation = TXPWR_LMT_WW; in PHY_GetTxPowerLimit()
1761 regulation = (Band == BAND_ON_2_4G) ? pHalData->Regulation2_4G : pHalData->Regulation5G; in PHY_GetTxPowerLimit()
1765 …DBG_871X("pMgntInfo->RegPwrTblSel %d, final regulation %d\n", Adapter->registrypriv.RegPwrTblSel, in PHY_GetTxPowerLimit()
1868 if ( band == -1 || regulation == -1 || bandwidth == -1 || in PHY_GetTxPowerLimit()
1871 …//DBG_871X("Wrong index value to access power limit table [band %d][regulation %d][bandwidth %d][r… in PHY_GetTxPowerLimit()
1872 // band, regulation, bandwidth, RfPath, rateSection, channelGroup ); in PHY_GetTxPowerLimit()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com_phycfg.c1826 s16 band = -1, regulation = -1, bandwidth = -1, in PHY_GetTxPowerLimit() local
1837 regulation = TXPWR_LMT_ETSI; in PHY_GetTxPowerLimit()
1840 regulation = TXPWR_LMT_MKK; in PHY_GetTxPowerLimit()
1843 regulation = TXPWR_LMT_FCC; in PHY_GetTxPowerLimit()
1847 regulation = TXPWR_LMT_WW; in PHY_GetTxPowerLimit()
1851 regulation = ( Band == BAND_ON_2_4G ) ? pHalData->Regulation2_4G in PHY_GetTxPowerLimit()
1856 …DBG_871X("pMgntInfo->RegPwrTblSel %d, final regulation %d\n", Adapter->registrypriv.RegPwrTblSel, in PHY_GetTxPowerLimit()
1959 if ( band == -1 || regulation == -1 || bandwidth == -1 || in PHY_GetTxPowerLimit()
1962 …//DBG_871X("Wrong index value to access power limit table [band %d][regulation %d][bandwidth %d][r… in PHY_GetTxPowerLimit()
1963 // band, regulation, bandwidth, RfPath, rateSection, channelGroup ); in PHY_GetTxPowerLimit()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c1712 /* DBG_871X("pMgntInfo->RegPwrTblSel %d, final regulation %d\n", */ in phy_get_tx_pwr_lmt()
1741 …/* DBG_871X("Wrong index value to access power limit table [band %d][regulation %d][bandwidth %d][… in phy_get_tx_pwr_lmt()
1807 /* DBG_871X("TxPwrLmt[Regulation %d][Band %d][BW %d][RFPath %d][Rate 0x%x][Chnl %d] = %d\n", */ in phy_get_tx_pwr_lmt()
1815 u8 regulation, bw, channel, rateSection; in phy_CrossReferenceHTAndVHTTxPowerLimit() local
1818 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { in phy_CrossReferenceHTAndVHTTxPowerLimit()
1822 tempPwrLmt = pHalData->TxPwrLimit_5G[regulation][bw][rateSection][channel][ODM_RF_PATH_A]; in phy_CrossReferenceHTAndVHTTxPowerLimit()
1854 pHalData->TxPwrLimit_5G[regulation][bw][baseSection][channel][ODM_RF_PATH_A] = in phy_CrossReferenceHTAndVHTTxPowerLimit()
1855 pHalData->TxPwrLimit_5G[regulation][bw][refSection][channel][ODM_RF_PATH_A]; in phy_CrossReferenceHTAndVHTTxPowerLimit()
1871 u8 regulation, bw, channel, rateSection; in PHY_ConvertTxPowerLimitToPowerIndex() local
1879 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { in PHY_ConvertTxPowerLimitToPowerIndex()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/rtl8821c/
H A Dphydm_regconfig8821c.c236 void odm_config_bb_txpwr_lmt_8821c_ex(struct dm_struct *dm, u8 regulation, in odm_config_bb_txpwr_lmt_8821c_ex() argument
242 phy_set_tx_power_limit_ex(dm, regulation, band, bandwidth, rate_section, in odm_config_bb_txpwr_lmt_8821c_ex()
246 PHY_SetTxPowerLimit_ex(dm, regulation, band, bandwidth, rate_section, in odm_config_bb_txpwr_lmt_8821c_ex()
250 void odm_config_bb_txpwr_lmt_8821c(struct dm_struct *dm, u8 *regulation, in odm_config_bb_txpwr_lmt_8821c() argument
255 phy_set_tx_power_limit(dm, regulation, band, in odm_config_bb_txpwr_lmt_8821c()
258 PHY_SetTxPowerLimit(dm, regulation, band, in odm_config_bb_txpwr_lmt_8821c()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/rtl8821c/
H A Dphydm_regconfig8821c.c235 void odm_config_bb_txpwr_lmt_8821c_ex(struct dm_struct *dm, u8 regulation, in odm_config_bb_txpwr_lmt_8821c_ex() argument
241 phy_set_tx_power_limit_ex(dm, regulation, band, bandwidth, rate_section, in odm_config_bb_txpwr_lmt_8821c_ex()
245 PHY_SetTxPowerLimit_ex(dm, regulation, band, bandwidth, rate_section, in odm_config_bb_txpwr_lmt_8821c_ex()
249 void odm_config_bb_txpwr_lmt_8821c(struct dm_struct *dm, u8 *regulation, in odm_config_bb_txpwr_lmt_8821c() argument
254 phy_set_tx_power_limit(dm, regulation, band, in odm_config_bb_txpwr_lmt_8821c()
257 PHY_SetTxPowerLimit(dm, regulation, band, in odm_config_bb_txpwr_lmt_8821c()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/rtl8822c/
H A Dphydm_regconfig8822c.c230 void odm_config_bb_txpwr_lmt_8822c_ex(struct dm_struct *dm, u8 regulation, in odm_config_bb_txpwr_lmt_8822c_ex() argument
235 phy_set_tx_power_limit_ex(dm, regulation, band, bandwidth, rate_section, in odm_config_bb_txpwr_lmt_8822c_ex()
239 PHY_SetTxPowerLimit_ex(dm, regulation, band, bandwidth, rate_section, in odm_config_bb_txpwr_lmt_8822c_ex()
244 void odm_config_bb_txpwr_lmt_8822c(struct dm_struct *dm, u8 *regulation, in odm_config_bb_txpwr_lmt_8822c() argument
249 phy_set_tx_power_limit(dm, regulation, band, bandwidth, rate_section, in odm_config_bb_txpwr_lmt_8822c()
252 PHY_SetTxPowerLimit(dm, regulation, band, bandwidth, rate_section, in odm_config_bb_txpwr_lmt_8822c()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DOSET-PL-2.193 …ary due to statute, judicial order, regulation (including without limitation state and federal pro…
95 4. Inability to Comply Due to Statute or Regulation
96regulation, then You must: (a) comply with the terms of this License to the maximum extent possibl…
138 … of, and supersedes, any other Federal Acquisition Regulation, Defense Federal Acquisition Regulat…
141 …formed only to the extent necessary to make it enforceable. Any law or regulation, which provides …
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1130 u8 regulation, bw, channel, rate_section; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() local
1133 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1137 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation] in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1145 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1146 rtlphy->txpwr_limit_5g[regulation][bw][4][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1148 rtlphy->txpwr_limit_5g[regulation][bw][4][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1149 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1151 rtlphy->txpwr_limit_5g[regulation][bw][3][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1152 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1154 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
[all …]
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dmax77693_charger.c480 dev_err(chg->dev, "Wrong value for minimum system regulation voltage\n"); in max77693_set_min_system_volt()
488 dev_dbg(chg->dev, "Minimum system regulation voltage: %u (0x%x)\n", in max77693_set_min_system_volt()
509 dev_err(chg->dev, "Wrong value for thermal regulation loop temperature\n"); in max77693_set_thermal_regulation_temp()
515 dev_dbg(chg->dev, "Thermal regulation loop temperature: %u (0x%x)\n", in max77693_set_thermal_regulation_temp()
562 dev_err(chg->dev, "Wrong value for charge input voltage regulation threshold\n"); in max77693_set_charge_input_threshold_volt()
568 dev_dbg(chg->dev, "Charge input voltage regulation threshold: %u (0x%x)\n", in max77693_set_charge_input_threshold_volt()
646 if (of_property_read_u32(np, "maxim,thermal-regulation-celsius", in max77693_dt_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/rtl8723d/
H A Dphydm_regconfig8723d.c132 void odm_config_bb_txpwr_lmt_8723d(struct dm_struct *dm, u8 *regulation, in odm_config_bb_txpwr_lmt_8723d() argument
137 phy_set_tx_power_limit(dm, regulation, band, in odm_config_bb_txpwr_lmt_8723d()
140 PHY_SetTxPowerLimit(dm, regulation, band, in odm_config_bb_txpwr_lmt_8723d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/rtl8723d/
H A Dphydm_regconfig8723d.c133 void odm_config_bb_txpwr_lmt_8723d(struct dm_struct *dm, u8 *regulation, in odm_config_bb_txpwr_lmt_8723d() argument
138 phy_set_tx_power_limit(dm, regulation, band, in odm_config_bb_txpwr_lmt_8723d()
141 PHY_SetTxPowerLimit(dm, regulation, band, in odm_config_bb_txpwr_lmt_8723d()

1234567891011