Searched refs:hw_feature (Results 1 – 3 of 3) sorted by relevance
84 uint32_t hw_feature[4]; member
1190 sc->hw_feature[n] = RD4(sc, GMAC_MAC_HW_FEATURE(n)); in eqos_attach()1196 sc->hw_feature[0], sc->hw_feature[1], in eqos_attach()1197 sc->hw_feature[2], sc->hw_feature[3]); in eqos_attach()
2058 u8 hw_feature[HW_FEATURE_LEN]; in rtw_dump_hw_feature() local2073 hw_feature[i] = rtw_read8(rtwdev, REG_C2HEVT + 2 + i); in rtw_dump_hw_feature()2077 bw = GET_EFUSE_HW_CAP_BW(hw_feature); in rtw_dump_hw_feature()2079 efuse->hw_cap.hci = GET_EFUSE_HW_CAP_HCI(hw_feature); in rtw_dump_hw_feature()2080 efuse->hw_cap.nss = GET_EFUSE_HW_CAP_NSS(hw_feature); in rtw_dump_hw_feature()2081 efuse->hw_cap.ptcl = GET_EFUSE_HW_CAP_PTCL(hw_feature); in rtw_dump_hw_feature()2082 efuse->hw_cap.ant_num = GET_EFUSE_HW_CAP_ANT_NUM(hw_feature); in rtw_dump_hw_feature()