Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dmac.c2649 const struct rtw89_c2hreg_phycap *phycap; in rtw89_mac_setup_phycap() local
2660 phycap = &c2h_info.u.phycap; in rtw89_mac_setup_phycap()
2662 tx_nss = u32_get_bits(phycap->w1, RTW89_C2HREG_PHYCAP_W1_TX_NSS); in rtw89_mac_setup_phycap()
2663 rx_nss = u32_get_bits(phycap->w0, RTW89_C2HREG_PHYCAP_W0_RX_NSS); in rtw89_mac_setup_phycap()
2664 tx_ant = u32_get_bits(phycap->w3, RTW89_C2HREG_PHYCAP_W3_ANT_TX_NUM); in rtw89_mac_setup_phycap()
2665 rx_ant = u32_get_bits(phycap->w3, RTW89_C2HREG_PHYCAP_W3_ANT_RX_NUM); in rtw89_mac_setup_phycap()
H A Dfw.h78 struct rtw89_c2hreg_phycap phycap; member