Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dpcie_reg.h43 #define BAC_AUTOK_ONCE_EN BIT(12) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dpcie_reg.h43 #define BAC_AUTOK_ONCE_EN BIT(12) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A D_pcie.c899 ret = mdio_w16_pcie(adapter, RAC_CTRL_PPR_V1, tmp_u16 & ~BAC_AUTOK_ONCE_EN, in get_target()
903 ret = mdio_w16_pcie(adapter, RAC_CTRL_PPR_V1, tmp_u16 | BAC_AUTOK_ONCE_EN, in get_target()
913 while (count && (tar & BAC_AUTOK_ONCE_EN)) { in get_target()