Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c566 uint8_t bits_left_curr_byte; in al_serdes_25g_eye_diag_run() local
685 bits_left_curr_byte = 8; in al_serdes_25g_eye_diag_run()
687 num_bits = al_min_t(uint8_t, bits_left_curr_sample, bits_left_curr_byte); in al_serdes_25g_eye_diag_run()
690 msb = bits_left_curr_byte - 1; in al_serdes_25g_eye_diag_run()
696 bits_left_curr_byte -= num_bits; in al_serdes_25g_eye_diag_run()
697 if (!bits_left_curr_byte) { in al_serdes_25g_eye_diag_run()
698 bits_left_curr_byte = 8; in al_serdes_25g_eye_diag_run()