Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_plat_services.h438 #define al_memcpy(p1, p2, cnt) memcpy(p1, p2, cnt) macro
/freebsd/sys/dev/al_eth/
H A Dal_init_eth_kr.c285 al_memcpy(last_lpcoeff, lpcoeff, sizeof(struct al_eth_kr_coef_up_data)); in al_eth_lp_coeff_up_change()