Searched refs:max_mcs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/edac/ |
H A D | amd64_edac.c | 438 for (i = 0; i < pvt->max_mcs; i++) 3428 for (j = 0; j < pvt->max_mcs; j++) { in dct_init_csrows() 3735 pvt->umc = kcalloc(pvt->max_mcs, sizeof(struct amd64_umc), GFP_KERNEL); in umc_hw_info_get() 3957 pvt->umc = kcalloc(pvt->max_mcs, sizeof(struct amd64_umc), GFP_KERNEL); in gpu_hw_info_get() 4007 pvt->max_mcs = 2; in per_family_init() 4082 pvt->max_mcs = 8; in per_family_init() 4104 pvt->max_mcs = 8; in per_family_init() 4108 pvt->max_mcs = 12; in per_family_init() 4117 pvt->max_mcs = 4; in per_family_init() 4121 pvt->max_mcs = 8; in per_family_init() [all …]
|
H A D | amd64_edac.h | 372 u8 max_mcs; member
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_wx.c | 124 u8 max_mcs = 0; in rtl819x_translate_scan() local 137 max_mcs = HTGetHighestMCSRate(ieee, ht_cap->MCS, in rtl819x_translate_scan() 139 rate = MCS_DATA_RATE[is40M][isShortGI][max_mcs & 0x7f]; in rtl819x_translate_scan()
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_wx.c | 136 u8 max_mcs = 0; in rtl819x_translate_scan() local 146 max_mcs = HTGetHighestMCSRate(ieee, ht_cap->MCS, MCS_FILTER_ALL); in rtl819x_translate_scan() 147 rate = MCS_DATA_RATE[is40M][isShortGI][max_mcs & 0x7f]; in rtl819x_translate_scan()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.c | 7658 int max_mcs, max_nss; in ath10k_wmi_peer_assoc_fill_10_2() local 7662 max_mcs = 0xf; in ath10k_wmi_peer_assoc_fill_10_2() 7665 info0 = SM(max_mcs, WMI_PEER_ASSOC_INFO0_MAX_MCS_IDX) | in ath10k_wmi_peer_assoc_fill_10_2()
|