Lines Matching refs:hw_cap
1269 if (efuse->hw_cap.nss == 1 || rtwdev->hal.txrx_1ss)
1604 if (efuse->hw_cap.bw & BIT(RTW_CHANNEL_WIDTH_40))
1611 if (efuse->hw_cap.nss > 1) {
1631 if (efuse->hw_cap.ptcl != EFUSE_HW_CAP_IGNORE &&
1632 efuse->hw_cap.ptcl != EFUSE_HW_CAP_PTCL_VHT)
1659 if (efuse->hw_cap.nss > 1) {
1997 efuse->hw_cap.bw = hw_bw_cap_to_bitamp(bw);
1998 efuse->hw_cap.hci = GET_EFUSE_HW_CAP_HCI(hw_feature);
1999 efuse->hw_cap.nss = GET_EFUSE_HW_CAP_NSS(hw_feature);
2000 efuse->hw_cap.ptcl = GET_EFUSE_HW_CAP_PTCL(hw_feature);
2001 efuse->hw_cap.ant_num = GET_EFUSE_HW_CAP_ANT_NUM(hw_feature);
2003 rtw_hw_config_rf_ant_num(rtwdev, efuse->hw_cap.ant_num);
2005 if (efuse->hw_cap.nss == EFUSE_HW_CAP_IGNORE ||
2006 efuse->hw_cap.nss > rtwdev->hal.rf_path_num)
2007 efuse->hw_cap.nss = rtwdev->hal.rf_path_num;
2011 efuse->hw_cap.hci, efuse->hw_cap.bw, efuse->hw_cap.ptcl,
2012 efuse->hw_cap.ant_num, efuse->hw_cap.nss);