/src/sys/dev/microcode/aic7xxx/ |
aic7xxx.reg | 1463 LAST_MSG {
|
aic7xxx_reg.h | 425 ahc_print_register(NULL, 0, "LAST_MSG", 0x53, regvalue, cur_col, wrap) 1389 #define LAST_MSG 0x53
|
aic7xxx.seq | 1550 mov LAST_MSG, MSG_OUT;
|
aic79xx.seq | 824 mov LAST_MSG, MSG_OUT;
|
aic79xx.reg | 3675 LAST_MSG {
|
aic79xx_reg.h | 2105 ahd_print_register(NULL, 0, "LAST_MSG", 0x144, regvalue, cur_col, wrap) 3599 #define LAST_MSG 0x144
|
/src/sys/dev/ic/ |
aic7xxx.c | 3415 u_int last_msg; local in function:ahc_handle_msg_reject 3424 last_msg = ahc_inb(ahc, LAST_MSG); 3553 last_msg);
|
aic79xx.c | 4590 u_int last_msg; local in function:ahd_handle_msg_reject 4599 last_msg = ahd_inb(ahd, LAST_MSG); 4740 last_msg);
|