Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.h416 u16 sub_chnl:4; member
420 u16 sub_chnl:4; member
Dphy.c3396 u8 sub_chnl = 0; in rtl8821ae_phy_set_bw_mode_callback() local
3407 sub_chnl = _rtl8821ae_phy_get_secondary_chnl(rtlpriv); in rtl8821ae_phy_set_bw_mode_callback()
3408 rtl_write_byte(rtlpriv, 0x0483, sub_chnl); in rtl8821ae_phy_set_bw_mode_callback()
3423 rtl_set_bbreg(hw, RRFMOD, 0x3C, sub_chnl); in rtl8821ae_phy_set_bw_mode_callback()
3424 rtl_set_bbreg(hw, RCCAONSEC, 0xf0000000, sub_chnl); in rtl8821ae_phy_set_bw_mode_callback()
3437 if (sub_chnl == VHT_DATA_SC_20_UPPER_OF_80MHZ) in rtl8821ae_phy_set_bw_mode_callback()
3448 rtl_set_bbreg(hw, RRFMOD, 0x3C, sub_chnl); in rtl8821ae_phy_set_bw_mode_callback()
3449 rtl_set_bbreg(hw, RCCAONSEC, 0xf0000000, sub_chnl); in rtl8821ae_phy_set_bw_mode_callback()
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.h444 u16 sub_chnl:4; member