Home
last modified time | relevance | path

Searched refs:switch_type (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c90 mtk_switch_type switch_type; in mtkswitch_probe() local
95 switch_type = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in mtkswitch_probe()
96 if (switch_type == MTK_SWITCH_NONE) in mtkswitch_probe()
101 sc->sc_switchtype = switch_type; in mtkswitch_probe()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtdls.h80 u8 switch_type; member
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852b.c692 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8852b_btc_set_rfe()
715 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8852b_btc_set_rfe()
H A Drtw8851b.c2090 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8851b_btc_set_rfe()
2115 md->md_v7.switch_type = BTC_SWITCH_EXTERNAL; in rtw8851b_btc_set_rfe()
2126 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8851b_btc_set_rfe()
2151 md->md.switch_type = BTC_SWITCH_EXTERNAL; in rtw8851b_btc_set_rfe()
H A Drtw8852bt.c599 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8852bt_btc_set_rfe()
H A Drtw8852a.c1709 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8852a_btc_set_rfe()
1732 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8852a_btc_set_rfe()
H A Drtw8852c.c2460 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8852c_btc_set_rfe()
2483 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8852c_btc_set_rfe()
H A Dcoex.c1013 u8 idx, switch_type; in _get_reg_status() local
1016 switch_type = md->md_v7.switch_type; in _get_reg_status()
1018 switch_type = md->md.switch_type; in _get_reg_status()
1025 if (switch_type == BTC_SWITCH_INTERNAL) in _get_reg_status()
1029 if (switch_type == BTC_SWITCH_INTERNAL) in _get_reg_status()
H A Dcore.h1981 u8 switch_type: 1; member
1993 u8 switch_type; /* WL/BT switch type: 0: internal, 1: external */ member
H A Drtw8922a.c2443 module->switch_type = BTC_SWITCH_INTERNAL; in rtw8922a_btc_set_rfe()
H A Dfw.c4784 u8_encode_bits(module->switch_type, RTW89_H2C_CXINIT_MOD_INFO_SW_TYPE) |
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtdls.c362 cmd.switch_type = type; in iwl_mvm_tdls_config_channel_switch()