Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcoex.c4145 u32 ant_path_type; in _set_ant_v0() local
4147 ant_path_type = ((phy_map << 8) + type); in _set_ant_v0()
4163 if (!force_exec && ant_path_type == dm->set_ant_path) { in _set_ant_v0()
4179 dm->set_ant_path = ant_path_type; in _set_ant_v0()
4270 u32 ant_path_type = rtw89_get_antpath_type(phy_map, type); in _set_ant_v1() local
4284 if (!force_exec && ant_path_type == dm->set_ant_path) { in _set_ant_v1()
4300 dm->set_ant_path = ant_path_type; in _set_ant_v1()