Searched refs:ahc_scb_control_print (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg.h | 856 ahc_reg_print_t ahc_scb_control_print; variable 858 #define ahc_scb_control_print(regvalue, cur_col, wrap) \ macro
|
D | aic7xxx_reg_print.c | 1391 ahc_scb_control_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahc_scb_control_print() function
|
D | aic7xxx_core.c | 6772 ahc_scb_control_print(ahc_inb(ahc, SCB_CONTROL), &cur_col, 60); in ahc_dump_card_state() 6785 ahc_scb_control_print(scb->hscb->control, &cur_col, 60); in ahc_dump_card_state() 6791 ahc_scb_control_print(ahc_inb(ahc, SCB_CONTROL), in ahc_dump_card_state()
|