Home
last modified time | relevance | path

Searched refs:ctrl_type (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/rtw88/
H A Dcoex.h336 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument
343 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
H A Drtw8821c.c835 static void rtw8821c_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, in rtw8821c_coex_cfg_ant_switch() argument
841 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch()
849 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw8821c_coex_cfg_ant_switch()
860 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8821c_coex_cfg_ant_switch()
861 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8821c_coex_cfg_ant_switch()
865 switch (ctrl_type) { in rtw8821c_coex_cfg_ant_switch()
923 if (ctrl_type == COEX_SWITCH_CTRL_BY_BT) { in rtw8821c_coex_cfg_ant_switch()
H A Dcoex.c1289 u8 ctrl_type = COEX_SWITCH_CTRL_MAX; in rtw_coex_set_ant_path() local
1314 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1337 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1352 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1361 ctrl_type = COEX_SWITCH_CTRL_BY_BT; in rtw_coex_set_ant_path()
1376 ctrl_type = COEX_SWITCH_CTRL_BY_PTA; in rtw_coex_set_ant_path()
1392 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1408 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1423 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1431 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MAX && in rtw_coex_set_ant_path()
[all …]
H A Drtw8822b.c1125 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument
1133 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch()
1136 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch()
1139 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8822b_coex_cfg_ant_switch()
1140 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8822b_coex_cfg_ant_switch()
1144 switch (ctrl_type) { in rtw8822b_coex_cfg_ant_switch()
H A Drtw8821a.c760 static void rtw8821a_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, in rtw8821a_coex_cfg_ant_switch() argument
H A Dmain.h923 u8 ctrl_type, u8 pos_type);
H A Drtw8814a.c1812 static void rtw8814a_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, in rtw8814a_coex_cfg_ant_switch() argument
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_init.c765 uint32_t ctrl_type; in pqisrc_init() local
781 ctrl_type = PQI_GET_CTRL_TYPE(softs); in pqisrc_init()
782 if (ctrl_type == PQI_CTRL_PRODUCT_ID_GEN2_REV_A) { in pqisrc_init()
/freebsd/sys/contrib/xen/
H A Dsysctl.h357 uint32_t ctrl_type; member