Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.h416 u16 sub_chnl:4; member
420 u16 sub_chnl:4; member
Dphy.c3372 u8 sub_chnl = 0; in rtl8821ae_phy_set_bw_mode_callback() local
3383 sub_chnl = _rtl8821ae_phy_get_secondary_chnl(rtlpriv); in rtl8821ae_phy_set_bw_mode_callback()
3384 rtl_write_byte(rtlpriv, 0x0483, sub_chnl); in rtl8821ae_phy_set_bw_mode_callback()
3399 rtl_set_bbreg(hw, RRFMOD, 0x3C, sub_chnl); in rtl8821ae_phy_set_bw_mode_callback()
3400 rtl_set_bbreg(hw, RCCAONSEC, 0xf0000000, sub_chnl); in rtl8821ae_phy_set_bw_mode_callback()
3413 if (sub_chnl == VHT_DATA_SC_20_UPPER_OF_80MHZ) in rtl8821ae_phy_set_bw_mode_callback()
3424 rtl_set_bbreg(hw, RRFMOD, 0x3C, sub_chnl); in rtl8821ae_phy_set_bw_mode_callback()
3425 rtl_set_bbreg(hw, RCCAONSEC, 0xf0000000, sub_chnl); in rtl8821ae_phy_set_bw_mode_callback()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.h444 u16 sub_chnl:4; member