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.c1941 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8851b_btc_set_rfe()
1966 md->md_v7.switch_type = BTC_SWITCH_EXTERNAL; in rtw8851b_btc_init_cfg()
1977 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8851b_btc_init_cfg()
2002 md->md.switch_type = BTC_SWITCH_EXTERNAL; in rtw8851b_btc_init_cfg()
H A Drtw8852a.c1679 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8852a_set_trx_mask()
1702 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8852a_btc_init_cfg()
H A Drtw8852b.c591 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8852b_efuse_parsing_tssi()
614 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8852b_efuse_parsing_gain_offset()
H A Drtw8852c.c2392 md->md_v7.switch_type = BTC_SWITCH_INTERNAL; in rtw8852c_set_trx_mask()
2415 md->md.switch_type = BTC_SWITCH_INTERNAL; in rtw8852c_btc_init_cfg()
H A Dcore.h1867 u8 switch_type: 1;
1879 u8 switch_type; /* WL/BT switch type: 0: internal, 1: external */
1646 u8 switch_type: 1; global() member
H A Dfw.c4034 u8_encode_bits(module->switch_type, RTW89_H2C_CXINIT_MOD_INFO_SW_TYPE) | in rtw89_fw_h2c_trigger_cpu_exception()