Home
last modified time | relevance | path

Searched refs:ctrl_type (Results 1 – 7 of 7) 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.c874 static void rtw8821c_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, in rtw8821c_coex_cfg_ant_switch()
880 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch()
888 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw8821c_coex_cfg_ant_switch()
899 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8821c_coex_cfg_ant_switch()
900 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8821c_coex_cfg_ant_switch()
904 switch (ctrl_type) { in rtw8821c_coex_cfg_gnt_fix()
962 if (ctrl_type == COEX_SWITCH_CTRL_BY_BT) { in rtw8821c_coex_cfg_wl_tx_power()
807 rtw8821c_coex_cfg_ant_switch(struct rtw_dev * rtwdev,u8 ctrl_type,u8 pos_type) rtw8821c_coex_cfg_ant_switch() argument
H A Dcoex.c1265 u8 ctrl_type = COEX_SWITCH_CTRL_MAX; in rtw_coex_set_ant_path() local
1290 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1313 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1328 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1337 ctrl_type = COEX_SWITCH_CTRL_BY_BT; in rtw_coex_set_ant_path()
1352 ctrl_type = COEX_SWITCH_CTRL_BY_PTA; in rtw_coex_set_ant_path()
1368 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1384 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1399 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1407 if (ctrl_type < COEX_SWITCH_CTRL_MA in rtw_coex_set_ant_path()
[all...]
H A Drtw8822b.c1162 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument
1170 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch()
1173 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch()
1176 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8822b_coex_cfg_ant_switch()
1177 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8822b_coex_cfg_ant_switch()
1181 switch (ctrl_type) { in rtw8822b_coex_cfg_ant_switch()
H A Dmain.h903 u8 ctrl_type, u8 pos_type);
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_init.c766 uint32_t ctrl_type; in pqisrc_init() local
782 ctrl_type = PQI_GET_CTRL_TYPE(softs); in pqisrc_init()
783 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