Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4501 if (!force_exec && ant_path_type == dm->set_ant_path) { in _set_ant_v0()
4517 dm->set_ant_path = ant_path_type; in _set_ant_v0()
4522 __func__, phy_map, dm->set_ant_path & 0xff); in _set_ant_v0()
4623 if (!force_exec && ant_path_type == dm->set_ant_path) { in _set_ant_v1()
4639 dm->set_ant_path = ant_path_type; in _set_ant_v1()
4643 __func__, phy_map, dm->set_ant_path & 0xff); in _set_ant_v1()
9605 id_to_ant(FIELD_GET(GENMASK(7, 0), dm->set_ant_path)), in _show_dm_info()
H A Dcore.h2998 u32 set_ant_path; member