Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A D_pcie.c3826 u16 tar16, hw_tar16, tmp16; in pcie_autok_counter_avg() local
3864 ret = mdio_r16_pcie(adapter, RAC_SET_PPR_V1, phy_rate, &tar16); in pcie_autok_counter_avg()
3869 PLTFM_MSG_TRACE("PCIe PHY %X: %X\n", RAC_SET_PPR_V1, tar16); in pcie_autok_counter_avg()
3872 tar16 = GET_FIELD(tar16, BAC_AUTOK_TAR); in pcie_autok_counter_avg()
3874 if (tar16 > hw_tar16) in pcie_autok_counter_avg()
3875 tmp16 = tar16 - hw_tar16; in pcie_autok_counter_avg()
3877 tmp16 = hw_tar16 - tar16; in pcie_autok_counter_avg()
3919 ret = mdio_r16_pcie(adapter, RAC_SET_PPR_V1, phy_rate, &tar16); in pcie_autok_counter_avg()
3928 tar16 = SET_CLR_WOR2(tar16, tmp16, BAC_AUTOK_TAR_SH, in pcie_autok_counter_avg()
3931 ret = mdio_w16_pcie(adapter, RAC_SET_PPR_V1, tar16, phy_rate); in pcie_autok_counter_avg()