Home
last modified time | relevance | path

Searched refs:txpwr_lmt (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_chplan.h126 #define TXPWR_LMT_ALTERNATE_DEFINED(txpwr_lmt) (txpwr_lmt_alternate(txpwr_lmt) != txpwr_lmt) argument
H A Drtw_chplan.c2603 u8 txpwr_lmt; in dump_country_chplan() local
2608 txpwr_lmt = rtw_regd_to_txpwr_lmt(rtw_chplan_get_default_regd(ent->chplan)); in dump_country_chplan()
2609 _RTW_PRINT_SEL(sel, " %-7s", txpwr_lmt_str(txpwr_lmt)); in dump_country_chplan()
H A Drtw_mlme_ext.c181 u8 txpwr_lmt; in rtw_txpwr_init_regd() local
261 txpwr_lmt = rfctl->country_ent->txpwr_lmt_override; in rtw_txpwr_init_regd()
264 txpwr_lmt = rtw_regd_to_txpwr_lmt(regd); in rtw_txpwr_init_regd()
266 if (txpwr_lmt == TXPWR_LMT_NONE || txpwr_lmt == TXPWR_LMT_WW) in rtw_txpwr_init_regd()
267 rfctl->txpwr_lmt_name = txpwr_lmt_str(txpwr_lmt); in rtw_txpwr_init_regd()
269 ent = _rtw_txpwr_lmt_get_by_name(rfctl, txpwr_lmt_str(txpwr_lmt)); in rtw_txpwr_init_regd()
278 , txpwr_lmt_str(txpwr_lmt) in rtw_txpwr_init_regd()
284 , txpwr_lmt_str(txpwr_lmt) in rtw_txpwr_init_regd()
290 switch (TXPWR_LMT_ALTERNATE_DEFINED(txpwr_lmt)) { in rtw_txpwr_init_regd()
296 txpwr_lmt = txpwr_lmt_alternate(txpwr_lmt); in rtw_txpwr_init_regd()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_chplan.h167 #define TXPWR_LMT_ALTERNATE_DEFINED(txpwr_lmt) (txpwr_lmt_alternate(txpwr_lmt) != txpwr_lmt) argument
H A Drtw_chplan.c3070 static void rtw_country_chplan_get_txpwr_lmts(const struct country_chplan *ent, u8 txpwr_lmt[]) in rtw_country_chplan_get_txpwr_lmts() argument
3072 txpwr_lmt[BAND_ON_2_4G] = in rtw_country_chplan_get_txpwr_lmts()
3076 txpwr_lmt[BAND_ON_5G] = in rtw_country_chplan_get_txpwr_lmts()
3081 txpwr_lmt[BAND_ON_6G] = in rtw_country_chplan_get_txpwr_lmts()
H A Drtw_mlme_ext.c181 u8 txpwr_lmt[BAND_MAX]; in rtw_txpwr_init_regd_default() local
189 txpwr_lmt[band] = TXPWR_LMT_NONE; in rtw_txpwr_init_regd_default()
197 txpwr_lmt[band] = rfctl->txpwr_lmt_override; in rtw_txpwr_init_regd_default()
199txpwr_lmt[BAND_ON_2_4G] = rtw_regd_to_txpwr_lmt(rtw_chplan_get_default_regd_2g(rfctl->ChannelPlan)… in rtw_txpwr_init_regd_default()
201 txpwr_lmt[BAND_ON_5G] = rtw_regd_to_txpwr_lmt(rtw_chplan_get_default_regd_5g(rfctl->ChannelPlan)); in rtw_txpwr_init_regd_default()
204 txpwr_lmt[BAND_ON_6G] = rtw_regd_to_txpwr_lmt(rtw_chplan_get_default_regd_6g(rfctl->chplan_6g)); in rtw_txpwr_init_regd_default()
209 name[band] = txpwr_lmt_str(txpwr_lmt[band]); in rtw_txpwr_init_regd_default()
210 …if (txpwr_lmt[band] == TXPWR_LMT_NONE || txpwr_lmt[band] == TXPWR_LMT_WW || txpwr_lmt[band] == TXP… in rtw_txpwr_init_regd_default()
230 if (TXPWR_LMT_ALTERNATE_DEFINED(txpwr_lmt[band])) { in rtw_txpwr_init_regd_default()
236 txpwr_lmt[band] = txpwr_lmt_alternate(txpwr_lmt[band]); in rtw_txpwr_init_regd_default()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_chplan.h166 #define TXPWR_LMT_ALTERNATE_DEFINED(txpwr_lmt) (txpwr_lmt_alternate(txpwr_lmt) != txpwr_lmt) argument
H A Drtw_chplan.c3304 static void rtw_country_chplan_get_txpwr_lmts(const struct country_chplan *ent, u8 txpwr_lmt[]) in rtw_country_chplan_get_txpwr_lmts() argument
3306 txpwr_lmt[BAND_ON_24G] = in rtw_country_chplan_get_txpwr_lmts()
3310 txpwr_lmt[BAND_ON_5G] = in rtw_country_chplan_get_txpwr_lmts()
3315 txpwr_lmt[BAND_ON_6G] = in rtw_country_chplan_get_txpwr_lmts()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_chplan.h166 #define TXPWR_LMT_ALTERNATE_DEFINED(txpwr_lmt) (txpwr_lmt_alternate(txpwr_lmt) != txpwr_lmt) argument
H A Drtw_chplan.c3304 static void rtw_country_chplan_get_txpwr_lmts(const struct country_chplan *ent, u8 txpwr_lmt[]) in rtw_country_chplan_get_txpwr_lmts() argument
3306 txpwr_lmt[BAND_ON_24G] = in rtw_country_chplan_get_txpwr_lmts()
3310 txpwr_lmt[BAND_ON_5G] = in rtw_country_chplan_get_txpwr_lmts()
3315 txpwr_lmt[BAND_ON_6G] = in rtw_country_chplan_get_txpwr_lmts()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_chplan.h167 #define TXPWR_LMT_ALTERNATE_DEFINED(txpwr_lmt) (txpwr_lmt_alternate(txpwr_lmt) != txpwr_lmt) argument
H A Drtw_chplan.c3070 static void rtw_country_chplan_get_txpwr_lmts(const struct country_chplan *ent, u8 txpwr_lmt[]) in rtw_country_chplan_get_txpwr_lmts() argument
3072 txpwr_lmt[BAND_ON_2_4G] = in rtw_country_chplan_get_txpwr_lmts()
3076 txpwr_lmt[BAND_ON_5G] = in rtw_country_chplan_get_txpwr_lmts()
3081 txpwr_lmt[BAND_ON_6G] = in rtw_country_chplan_get_txpwr_lmts()
H A Drtw_mlme_ext.c181 u8 txpwr_lmt[BAND_MAX]; in rtw_txpwr_init_regd_default() local
189 txpwr_lmt[band] = TXPWR_LMT_NONE; in rtw_txpwr_init_regd_default()
197 txpwr_lmt[band] = rfctl->txpwr_lmt_override; in rtw_txpwr_init_regd_default()
199txpwr_lmt[BAND_ON_2_4G] = rtw_regd_to_txpwr_lmt(rtw_chplan_get_default_regd_2g(rfctl->ChannelPlan)… in rtw_txpwr_init_regd_default()
201 txpwr_lmt[BAND_ON_5G] = rtw_regd_to_txpwr_lmt(rtw_chplan_get_default_regd_5g(rfctl->ChannelPlan)); in rtw_txpwr_init_regd_default()
204 txpwr_lmt[BAND_ON_6G] = rtw_regd_to_txpwr_lmt(rtw_chplan_get_default_regd_6g(rfctl->chplan_6g)); in rtw_txpwr_init_regd_default()
209 name[band] = txpwr_lmt_str(txpwr_lmt[band]); in rtw_txpwr_init_regd_default()
210 …if (txpwr_lmt[band] == TXPWR_LMT_NONE || txpwr_lmt[band] == TXPWR_LMT_WW || txpwr_lmt[band] == TXP… in rtw_txpwr_init_regd_default()
230 if (TXPWR_LMT_ALTERNATE_DEFINED(txpwr_lmt[band])) { in rtw_txpwr_init_regd_default()
236 txpwr_lmt[band] = txpwr_lmt_alternate(txpwr_lmt[band]); in rtw_txpwr_init_regd_default()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dphy.h69 s8 txpwr_lmt; member
H A Dphy.c1428 p->bw, p->rs, p->ch, p->txpwr_lmt); in rtw_parse_tbl_txpwr_lmt()