Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c1499 uint8_t cal_x1, cal_x1_fixed, cal_x2, cal_xp5_fixed; in al_serdes_25g_tx_diag_info_get() local
1549 cal_x1 = (val8 & SERDES_25G_CMU_TOP_AFE_TXTC_CTRL2_TXTC_CALP_X1_MASK) >> in al_serdes_25g_tx_diag_info_get()
1564 info->calp_multiplied_by_2 = 4 * cal_x2 + 2 * cal_x1 + 2 * cal_x1_fixed + cal_xp5_fixed; in al_serdes_25g_tx_diag_info_get()
1572 cal_x1 = (val8 & SERDES_25G_CMU_TOP_AFE_TXTC_CTRL0_TXTC_CALN_X1_MASK) >> in al_serdes_25g_tx_diag_info_get()
1587 info->caln_multiplied_by_2 = 4 * cal_x2 + 2 * cal_x1 + 2 * cal_x1_fixed + cal_xp5_fixed; in al_serdes_25g_tx_diag_info_get()