Searched refs:phycap (Results 1 – 2 of 2) sorted by relevance
3225 const struct rtw89_c2hreg_phycap *phycap; in rtw89_mac_setup_phycap_part0() local3240 phycap = &c2h_info.u.phycap; in rtw89_mac_setup_phycap_part0()3242 tx_nss = u32_get_bits(phycap->w1, RTW89_C2HREG_PHYCAP_W1_TX_NSS); in rtw89_mac_setup_phycap_part0()3243 rx_nss = u32_get_bits(phycap->w0, RTW89_C2HREG_PHYCAP_W0_RX_NSS); in rtw89_mac_setup_phycap_part0()3244 tx_ant = u32_get_bits(phycap->w3, RTW89_C2HREG_PHYCAP_W3_ANT_TX_NUM); in rtw89_mac_setup_phycap_part0()3245 rx_ant = u32_get_bits(phycap->w3, RTW89_C2HREG_PHYCAP_W3_ANT_RX_NUM); in rtw89_mac_setup_phycap_part0()3277 protocol = u32_get_bits(phycap->w1, RTW89_C2HREG_PHYCAP_W1_PROT); in rtw89_mac_setup_phycap_part0()3287 const struct rtw89_c2hreg_phycap *phycap; in rtw89_mac_setup_phycap_part1() local3297 phycap = &c2h_info.u.phycap; in rtw89_mac_setup_phycap_part1()3299 qam_raw = u32_get_bits(phycap->w2, RTW89_C2HREG_PHYCAP_P1_W2_QAM); in rtw89_mac_setup_phycap_part1()
131 struct rtw89_c2hreg_phycap phycap; member