Searched refs:qlm_ptr (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-qlm.c198 const __cvmx_qlm_jtag_field_t *qlm_ptr = cvmx_qlm_jtag_get_field(); local
202 while (qlm_ptr != NULL && qlm_ptr->name)
204 if (qlm_ptr->stop_bit > length)
205 length = qlm_ptr->stop_bit + 1;
206 qlm_ptr++;

Completed in 50 milliseconds