Lines Matching +full:freq +full:- +full:track +full:- +full:enable
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2018-2019 Realtek Corporation
50 #define RTW_TP_SHIFT 18 /* bytes/2s --> Mbps */
444 /* the power index is represented by differences, which cck-1s & ht40-1s are
668 u16 freq; member
813 /* SU-MIMO */
816 /* MU-MIMO */
889 void (*cfg_ldo25)(struct rtw_dev *rtwdev, bool enable);
890 void (*efuse_grant)(struct rtw_dev *rtwdev, bool enable);
898 struct rtw_bfee *bfee, bool enable);
1113 (*tbl->parse)(rtwdev, tbl); in rtw_load_table()
1130 #define RTW_DEF_RFE(chip, bb_pg, pwrlmt, track) { \ argument
1133 .pwr_track_tbl = &rtw ## chip ## _pwr_track_type ## track ## _tbl, \
1136 #define RTW_DEF_RFE_EXT(chip, bb_pg, pwrlmt, track, btg) { \ argument
1139 .pwr_track_tbl = &rtw ## chip ## _pwr_track_type ## track ## _tbl, \
1505 bool wl_slot_toggle_change; /* if toggle to no-toggle */
1956 * which might not re-use same format with array common.
2150 return !!rtwdev->sta_cnt; in rtw_is_assoc()
2169 if (rtwdev->chip->ops->efuse_grant) in rtw_chip_efuse_grant_on()
2170 rtwdev->chip->ops->efuse_grant(rtwdev, true); in rtw_chip_efuse_grant_on()
2175 if (rtwdev->chip->ops->efuse_grant) in rtw_chip_efuse_grant_off()
2176 rtwdev->chip->ops->efuse_grant(rtwdev, false); in rtw_chip_efuse_grant_off()
2181 return rtwdev->chip->wlan_cpu == RTW_WCPU_8051; in rtw_chip_wcpu_8051()
2186 return rtwdev->chip->wlan_cpu == RTW_WCPU_3081; in rtw_chip_wcpu_3081()
2191 return rtwdev->chip->rx_ldpc; in rtw_chip_has_rx_ldpc()
2196 return rtwdev->chip->tx_stbc; in rtw_chip_has_tx_stbc()
2203 mac_id = find_first_zero_bit(rtwdev->mac_id_map, RTW_MAX_MAC_ID_NUM); in rtw_acquire_macid()
2205 set_bit(mac_id, rtwdev->mac_id_map); in rtw_acquire_macid()
2212 clear_bit(mac_id, rtwdev->mac_id_map); in rtw_release_macid()
2217 if (rtwdev->chip->ops->dump_fw_crash) in rtw_chip_dump_fw_crash()
2218 return rtwdev->chip->ops->dump_fw_crash(rtwdev); in rtw_chip_dump_fw_crash()
2286 void rtw_core_enable_beacon(struct rtw_dev *rtwdev, bool enable);