Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dmac.c2926 const struct rtw89_c2hreg_phycap *phycap; in rtw89_mac_setup_phycap() local
2937 phycap = &c2h_info.u.phycap; in rtw89_mac_setup_phycap()
2939 tx_nss = u32_get_bits(phycap->w1, RTW89_C2HREG_PHYCAP_W1_TX_NSS); in rtw89_mac_setup_phycap()
2940 rx_nss = u32_get_bits(phycap->w0, RTW89_C2HREG_PHYCAP_W0_RX_NSS); in rtw89_mac_setup_phycap()
2941 tx_ant = u32_get_bits(phycap->w3, RTW89_C2HREG_PHYCAP_W3_ANT_TX_NUM); in rtw89_mac_setup_phycap()
2942 rx_ant = u32_get_bits(phycap->w3, RTW89_C2HREG_PHYCAP_W3_ANT_RX_NUM); in rtw89_mac_setup_phycap()
Dfw.h106 struct rtw89_c2hreg_phycap phycap; member