Searched refs:ant_type (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c225 il4965_rs_is_valid_ant(u8 valid_antenna, u8 ant_type) argument
227 return (ant_type & valid_antenna) == ant_type;
508 ((tbl->ant_type << RATE_MCS_ANT_POS) & RATE_MCS_ANT_ABC_MSK);
555 tbl->ant_type = (ant_msk >> RATE_MCS_ANT_POS);
602 if (!tbl->ant_type || tbl->ant_type > ANT_ABC)
605 if (!il4965_rs_is_valid_ant(valid_ant, tbl->ant_type))
608 new_ant_type = ant_toggle_lookup[tbl->ant_type];
610 while (new_ant_type != tbl->ant_type
[all...]
H A Dcommon.h2747 u8 ant_type; member in struct:il_scale_tbl_info
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c218 static inline u8 rs_is_valid_ant(u8 valid_antenna, u8 ant_type) argument
220 return (ant_type & valid_antenna) == ant_type;
534 rate_n_flags |= ((tbl->ant_type << RATE_MCS_ANT_POS) &
581 tbl->ant_type = (ant_msk >> RATE_MCS_ANT_POS);
633 if (!tbl->ant_type || tbl->ant_type > ANT_ABC)
636 if (!rs_is_valid_ant(valid_ant, tbl->ant_type))
639 new_ant_type = ant_toggle_lookup[tbl->ant_type];
641 while ((new_ant_type != tbl->ant_type)
[all...]
H A Drs.h292 u8 ant_type; member in struct:iwl_scale_tbl_info
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c2400 if (btc->ant_type == BTC_ANT_SHARED) {
2636 if (btc->ant_type == BTC_ANT_SHARED) {
2787 if (btc->ant_type == BTC_ANT_SHARED) {
3104 if (btc->ant_type == BTC_ANT_SHARED) {
3698 if (btc->ant_type == BTC_ANT_SHARED) { /* shared-antenna */
3737 if (btc->ant_type == BTC_ANT_SHARED) {
3767 if (btc->ant_type == BTC_ANT_SHARED) { /* shared-antenna */
4040 if (btc->ant_type == BTC_ANT_SHARED)
4176 else if (btc->ant_type == BTC_ANT_SHARED)
4499 if (btc->ant_type
[all...]
H A Drtw8851b.c1962 rtwdev->btc.ant_type = md->md_v7.ant.type;
1998 rtwdev->btc.ant_type = md->md.ant.type;
2008 if (rtwdev->btc.ant_type == BTC_ANT_SHARED) /* 1-Ant */
2067 if (btc->ant_type == BTC_ANT_SHARED && btc->btg_pos == path)
2252 if (btc->ant_type == BTC_ANT_DEDICATED)
H A Drtw8852a.c1693 rtwdev->btc.ant_type = md->md_v7.ant.type;
1716 rtwdev->btc.ant_type = md->md.ant.type;
1765 if (btc->ant_type == BTC_ANT_SHARED) {
H A Drtw8852c.c2393 rtwdev->btc.ant_type = md->md_v7.ant.type;
2416 rtwdev->btc.ant_type = md->md.ant.type;
2497 if (btc->ant_type == BTC_ANT_SHARED) {
H A Drtw8852b.c2153 rtwdev->btc.ant_type = md->md_v7.ant.type;
2176 rtwdev->btc.ant_type = md->md.ant.type;
2210 if (btc->ant_type == BTC_ANT_SHARED) {
H A Drtw8922a.c2194 rtwdev->btc.ant_type = module->ant.type;
2235 if (btc->ant_type == BTC_ANT_SHARED && btc->btg_pos == path)
H A Dfw.h2400 u8 ant_type; member in struct:rtw89_h2c_cxinit
H A Dcore.h2820 u8 ant_type; member in struct:rtw89_btc
H A Dfw.c3779 h2c->ant_type = ant->type;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c553 static inline u8 rs_is_valid_ant(u8 valid_antenna, u8 ant_type) argument
555 return (ant_type & valid_antenna) == ant_type;

Completed in 543 milliseconds