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 */
420 /* the power index is represented by differences, which cck-1s & ht40-1s are
790 /* SU-MIMO */
793 /* MU-MIMO */
1086 (*tbl->parse)(rtwdev, tbl); in rtw_load_table()
1460 bool wl_slot_toggle_change; /* if toggle to no-toggle */
1571 u32 coef[RTW_RF_PATH_MAX][20]; member
1896 * which might not re-use same format with array common.
1903 enum rtw_sar_sources src; member
2084 return !!rtwdev->sta_cnt; in rtw_is_assoc()
2103 if (rtwdev->chip->ops->efuse_grant) in rtw_chip_efuse_grant_on()
2104 rtwdev->chip->ops->efuse_grant(rtwdev, true); in rtw_chip_efuse_grant_on()
2109 if (rtwdev->chip->ops->efuse_grant) in rtw_chip_efuse_grant_off()
2110 rtwdev->chip->ops->efuse_grant(rtwdev, false); in rtw_chip_efuse_grant_off()
2115 return rtwdev->chip->wlan_cpu == RTW_WCPU_11N; in rtw_chip_wcpu_11n()
2120 return rtwdev->chip->wlan_cpu == RTW_WCPU_11AC; in rtw_chip_wcpu_11ac()
2125 return rtwdev->chip->rx_ldpc; in rtw_chip_has_rx_ldpc()
2130 return rtwdev->chip->tx_stbc; in rtw_chip_has_tx_stbc()
2137 mac_id = find_first_zero_bit(rtwdev->mac_id_map, RTW_MAX_MAC_ID_NUM); in rtw_acquire_macid()
2139 set_bit(mac_id, rtwdev->mac_id_map); in rtw_acquire_macid()
2146 clear_bit(mac_id, rtwdev->mac_id_map); in rtw_release_macid()
2151 if (rtwdev->chip->ops->dump_fw_crash) in rtw_chip_dump_fw_crash()
2152 return rtwdev->chip->ops->dump_fw_crash(rtwdev); in rtw_chip_dump_fw_crash()