Home
last modified time | relevance | path

Searched refs:hw_feature (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dmain.c1806 u8 hw_feature[HW_FEATURE_LEN]; in rtw_dump_hw_feature() local
1818 hw_feature[i] = rtw_read8(rtwdev, REG_C2HEVT + 2 + i); in rtw_dump_hw_feature()
1822 bw = GET_EFUSE_HW_CAP_BW(hw_feature); in rtw_dump_hw_feature()
1824 efuse->hw_cap.hci = GET_EFUSE_HW_CAP_HCI(hw_feature); in rtw_dump_hw_feature()
1825 efuse->hw_cap.nss = GET_EFUSE_HW_CAP_NSS(hw_feature); in rtw_dump_hw_feature()
1826 efuse->hw_cap.ptcl = GET_EFUSE_HW_CAP_PTCL(hw_feature); in rtw_dump_hw_feature()
1827 efuse->hw_cap.ant_num = GET_EFUSE_HW_CAP_ANT_NUM(hw_feature); in rtw_dump_hw_feature()