Home
last modified time | relevance | path

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

/freebsd/sys/dev/al_eth/
H A Dal_init_eth_kr.c224 struct al_eth_kr_coef_up_data *lpcoeff) in al_eth_coeff_req_handle() argument
229 if ((lpcoeff->preset != 0) || (lpcoeff->initialize) != 0) { in al_eth_coeff_req_handle()
252 AL_SERDES_TX_DEEMP_C_MINUS, lpcoeff->c_minus); in al_eth_coeff_req_handle()
255 AL_SERDES_TX_DEEMP_C_ZERO, lpcoeff->c_zero); in al_eth_coeff_req_handle()
258 AL_SERDES_TX_DEEMP_C_PLUS, lpcoeff->c_plus); in al_eth_coeff_req_handle()
276 struct al_eth_kr_coef_up_data *lpcoeff) in al_eth_lp_coeff_up_change() argument
280 if (al_memcmp(last_lpcoeff, lpcoeff, in al_eth_lp_coeff_up_change()
285 al_memcpy(last_lpcoeff, lpcoeff, sizeof(struct al_eth_kr_coef_up_data)); in al_eth_lp_coeff_up_change()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_kr.c500 struct al_eth_kr_coef_up_data *lpcoeff) in al_eth_lp_coeff_up_get() argument
506 lpcoeff->preset = in al_eth_lp_coeff_up_get()
510 lpcoeff->initialize = in al_eth_lp_coeff_up_get()
514 lpcoeff->c_minus = AL_REG_FIELD_GET(reg, in al_eth_lp_coeff_up_get()
518 lpcoeff->c_zero = AL_REG_FIELD_GET(reg, in al_eth_lp_coeff_up_get()
522 lpcoeff->c_plus = AL_REG_FIELD_GET(reg, in al_eth_lp_coeff_up_get()
H A Dal_hal_eth_kr.h161 struct al_eth_kr_coef_up_data *lpcoeff);