Home
last modified time | relevance | path

Searched refs:switch_type (Results 1 – 9 of 9) 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/iwlwifi/mvm/
H A Dtdls.c362 cmd.switch_type = type; in iwl_mvm_tdls_config_channel_switch()
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8851b.c1956 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8851b_set_trx_mask()
1981 md->md_v7.switch_type = BTC_SWITCH_EXTERNAL; in rtw8851b_btc_init_cfg()
1992 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8851b_btc_init_cfg()
2017 md->md.switch_type = BTC_SWITCH_EXTERNAL; in rtw8851b_btc_init_cfg()
H A Drtw8852a.c1696 md->md_v7.switch_type = BTC_SWITCH_INTERNAL;
1719 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8852a_btc_init_cfg()
H A Drtw8852b.c606 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in _decode_efuse_gain()
629 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8852b_efuse_parsing_gain_offset()
H A Drtw8852c.c2420 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8852c_btc_init_cfg()
2443 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8852c_btc_init_cfg()
H A Dcore.h1926 u8 switch_type: 1;
1938 u8 switch_type; /* WL/BT switch type: 0: internal, 1: external */
1646 u8 switch_type: 1; global() member
H A Dfw.c4359 u8_encode_bits(module->switch_type, RTW89_H2C_CXINIT_MOD_INFO_SW_TYPE) | in rtw89_fw_h2c_cxdrv_init()