Home
last modified time | relevance | path

Searched refs:is_5g (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/phy/mediatek/
H A Dphy-mtk-xfi-tphy.c96 bool is_1g, is_2p5g, is_5g, is_10g, da_war, use_lynxi_pcs; in mtk_xfi_tphy_setup() local
102 is_5g = interface == PHY_INTERFACE_MODE_5GBASER; in mtk_xfi_tphy_setup()
126 mtk_phy_update_bits(xfi_tphy->base + 0x50e0, 0x4000, is_5g ? 0x0 : 0x4000); in mtk_xfi_tphy_setup()
129 mtk_phy_update_bits(xfi_tphy->base + 0x506c, 0x30000, is_5g ? 0x0 : 0x30000); in mtk_xfi_tphy_setup()
132 mtk_phy_update_bits(xfi_tphy->base + 0x5078, 0xf000400, is_5g ? 0x8000000 : in mtk_xfi_tphy_setup()
134 mtk_phy_update_bits(xfi_tphy->base + 0x507c, 0x5000500, is_5g ? 0x4000400 : in mtk_xfi_tphy_setup()
138 is_5g ? 0x30100 : in mtk_xfi_tphy_setup()
141 is_5g ? 0x40000 : in mtk_xfi_tphy_setup()
148 mtk_phy_update_bits(xfi_tphy->base + 0x50a8, 0xee0000, is_5g ? 0x800000 : in mtk_xfi_tphy_setup()
154 else if (is_5g) in mtk_xfi_tphy_setup()
[all …]
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8822bwifionly.c26 u8 is_5g) in ex_hal8822b_wifi_only_scannotify() argument
28 hal8822b_wifi_only_switch_antenna(wifionlycfg, is_5g); in ex_hal8822b_wifi_only_scannotify()
32 u8 is_5g) in ex_hal8822b_wifi_only_switchbandnotify() argument
34 hal8822b_wifi_only_switch_antenna(wifionlycfg, is_5g); in ex_hal8822b_wifi_only_switchbandnotify()
38 u8 is_5g) in hal8822b_wifi_only_switch_antenna() argument
40 if (is_5g) in hal8822b_wifi_only_switch_antenna()
H A Dhalbtc8822bwifionly.h9 u8 is_5g);
11 u8 is_5g);
13 u8 is_5g);
H A Drtl_btc.c256 u8 is_5g = (rtlhal->current_bandtype == BAND_ON_5G); in rtl_btc_scan_notify_wifi_only() local
261 exhalbtc_scan_notify_wifi_only(wifionly_cfg, is_5g); in rtl_btc_scan_notify_wifi_only()
483 u8 is_5g = (band_type == BAND_ON_5G); in rtl_btc_switch_band_notify_wifionly() local
488 exhalbtc_switch_band_notify_wifi_only(wifionly_cfg, is_5g); in rtl_btc_switch_band_notify_wifionly()
H A Dhalbtcoutsrc.h759 u8 is_5g);
777 u8 is_5g);
H A Dhalbtcoutsrc.c1555 u8 is_5g) in exhalbtc_scan_notify_wifi_only() argument
1891 u8 is_5g) in exhalbtc_switch_band_notify_wifi_only() argument
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h608 u8 is_5g; member
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h621 u8 is_5g; member