Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_pathdiv.c369 if (dm->path_select != PHYDM_AUTO_PATH) in phydm_dynamic_tx_path()
466 dm->path_select = PHYDM_AUTO_PATH; in phydm_dynamic_tx_path_init()
531 dm->path_select = (u8)(dm_value[0] & 0xf); in phydm_pathdiv_debug_8814a()
533 "Path_select = (( 0x%x ))\n", dm->path_select); in phydm_pathdiv_debug_8814a()
536 if (dm->path_select != PHYDM_AUTO_PATH) { in phydm_pathdiv_debug_8814a()
539 ((dm->path_select) & 0x1) ? "A" : "", in phydm_pathdiv_debug_8814a()
540 ((dm->path_select) & 0x2) ? "B" : "", in phydm_pathdiv_debug_8814a()
541 ((dm->path_select) & 0x4) ? "C" : "", in phydm_pathdiv_debug_8814a()
542 ((dm->path_select) & 0x8) ? "D" : ""); in phydm_pathdiv_debug_8814a()
544 phydm_dtp_fix_tx_path(dm, dm->path_select); in phydm_pathdiv_debug_8814a()
Dphydm.h1065 u8 path_select; member