Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_reg.h1458 ahd_reg_print_t ahd_sg_state_print; variable
1460 #define ahd_sg_state_print(regvalue, cur_col, wrap) \ macro
H A Daic79xx_reg_print.c2478 ahd_sg_state_print(u_int regvalue, u_int *cur_col, u_int wrap)
2479 ahd_sg_state_print(u_int regvalue, u_int *cur_col, u_int wrap) ahd_sg_state_print() function
H A Daic79xx.c9105 ahd_sg_state_print(ahd_inb(ahd, SG_STATE), &cur_col, 50); in ahd_dump_card_state()