Lines Matching +full:src +full:- +full:coef
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2018-2019 Realtek Corporation
41 #define RTW_TP_SHIFT 18 /* bytes/2s --> Mbps */
418 /* the power index is represented by differences, which cck-1s & ht40-1s are
788 /* SU-MIMO */
791 /* MU-MIMO */
1084 (*tbl->parse)(rtwdev, tbl); in rtw_load_table()
1456 bool wl_slot_toggle_change; /* if toggle to no-toggle */
1567 u32 coef[RTW_RF_PATH_MAX][20]; member
1888 * which might not re-use same format with array common.
1895 enum rtw_sar_sources src; member
2076 return !!rtwdev->sta_cnt; in rtw_is_assoc()
2095 if (rtwdev->chip->ops->efuse_grant) in rtw_chip_efuse_grant_on()
2096 rtwdev->chip->ops->efuse_grant(rtwdev, true); in rtw_chip_efuse_grant_on()
2101 if (rtwdev->chip->ops->efuse_grant) in rtw_chip_efuse_grant_off()
2102 rtwdev->chip->ops->efuse_grant(rtwdev, false); in rtw_chip_efuse_grant_off()
2107 return rtwdev->chip->wlan_cpu == RTW_WCPU_11N; in rtw_chip_wcpu_11n()
2112 return rtwdev->chip->wlan_cpu == RTW_WCPU_11AC; in rtw_chip_wcpu_11ac()
2117 return rtwdev->chip->rx_ldpc; in rtw_chip_has_rx_ldpc()
2122 return rtwdev->chip->tx_stbc; in rtw_chip_has_tx_stbc()
2127 clear_bit(mac_id, rtwdev->mac_id_map); in rtw_release_macid()
2132 if (rtwdev->chip->ops->dump_fw_crash) in rtw_chip_dump_fw_crash()
2133 return rtwdev->chip->ops->dump_fw_crash(rtwdev); in rtw_chip_dump_fw_crash()