Searched refs:SSTAT3 (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | aha152x.h | 32 #define SSTAT3 SCSITEST /* SCSI interrupt status 3 */ macro
|
D | aha152x.c | 2748 s = GETPORT(SSTAT3); in get_ports()
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg.h_shipped | 68 ahc_print_register(NULL, 0, "SSTAT3", 0x0e, regvalue, cur_col, wrap) 310 #define SSTAT3 0x0e
|
D | aic7xxx_reg_print.c_shipped | 153 return (ahc_print_register(SSTAT3_parse_table, 3, "SSTAT3",
|
D | aic79xx_reg_print.c_shipped | 395 return (ahd_print_register(SSTAT3_parse_table, 2, "SSTAT3",
|
D | aic79xx_reg.h_shipped | 180 ahd_print_register(NULL, 0, "SSTAT3", 0x53, regvalue, cur_col, wrap) 885 #define SSTAT3 0x53
|
D | aic7xxx.reg | 366 register SSTAT3 {
|
D | aic79xx_core.c | 2387 status3 = ahd_inb(ahd, SSTAT3) & (NTRAMPERR|OSRAMPERR); in ahd_handle_scsiint() 9694 ahd_sstat3_print(ahd_inb(ahd, SSTAT3), &cur_col, 50); in ahd_dump_card_state()
|
D | aic79xx.reg | 2222 register SSTAT3 {
|
D | aic7xxx_core.c | 7151 ahc_sstat3_print(ahc_inb(ahc, SSTAT3), &cur_col, 50); in ahc_dump_card_state()
|