Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mpt/
H A Dmpt_debug.c663 u_int wrap_point)
674 if (*cur_column >= wrap_point) {
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.h1375 u_int wrap_point);
H A Daic79xx.h1591 u_int wrap_point);
H A Daic7xxx.c6691 u_int *cur_column, u_int wrap_point) in ahc_print_register() argument
6702 if (*cur_column >= wrap_point) { in ahc_print_register()
H A Daic79xx.c8951 u_int *cur_column, u_int wrap_point) in ahd_print_register() argument
8962 if (cur_column != NULL && *cur_column >= wrap_point) { in ahd_print_register()