Searched refs:ctrl_type (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/dev/rtw88/ |
H A D | coex.h | 336 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 D | rtw8821c.c | 874 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 D | coex.c | 1265 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 D | rtw8822b.c | 1162 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 D | main.h | 903 u8 ctrl_type, u8 pos_type);
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_init.c | 766 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 D | sysctl.h | 357 uint32_t ctrl_type; member
|