Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_reg.h604 ahd_reg_print_t ahd_soffcnt_print; variable
606 #define ahd_soffcnt_print(regvalue, cur_col, wrap) \ macro
H A Daic79xx_reg_print.c1054 ahd_soffcnt_print(u_int regvalue, u_int *cur_col, u_int wrap)
1055 ahd_soffcnt_print(u_int regvalue, u_int *cur_col, u_int wrap) ahd_soffcnt_print() function
H A Daic79xx.c9107 ahd_soffcnt_print(ahd_inb(ahd, SOFFCNT), &cur_col, 50); in ahd_dump_card_state()