Lines Matching +full:efuse +full:- +full:settings
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2018-2019 Realtek Corporation
49 #define RTW_TP_SHIFT 18 /* bytes/2s --> Mbps */
427 /* the power index is represented by differences, which cck-1s & ht40-1s are
797 /* SU-MIMO */
800 /* MU-MIMO */
1093 (*tbl->parse)(rtwdev, tbl);
1130 * For 5G bands, there are 3 different settings.
1131 * For 2G there are cck rate and ofdm rate with different settings.
1467 bool wl_slot_toggle_change; /* if toggle to no-toggle */
1901 * which might not re-use same format with array common.
2016 struct rtw_efuse efuse;
2089 return !!rtwdev->sta_cnt;
2108 if (rtwdev->chip->ops->efuse_grant)
2109 rtwdev->chip->ops->efuse_grant(rtwdev, true);
2114 if (rtwdev->chip->ops->efuse_grant)
2115 rtwdev->chip->ops->efuse_grant(rtwdev, false);
2120 return rtwdev->chip->wlan_cpu == RTW_WCPU_11N;
2125 return rtwdev->chip->wlan_cpu == RTW_WCPU_11AC;
2130 return rtwdev->chip->rx_ldpc;
2135 return rtwdev->chip->tx_stbc;
2140 clear_bit(mac_id, rtwdev->mac_id_map);
2145 if (rtwdev->chip->ops->dump_fw_crash)
2146 return rtwdev->chip->ops->dump_fw_crash(rtwdev);