Searched refs:SCSIRATE (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | aha152x.h | 20 #define SCSIRATE (HOSTIOPORT0+0x04) /* SCSI rate control */ macro 296 #define SETRATE(RATE) SETPORT(SCSIRATE,(RATE) & 0x7f)
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg.h_shipped | 40 ahc_print_register(NULL, 0, "SCSIRATE", 0x04, regvalue, cur_col, wrap) 231 #define SCSIRATE 0x04
|
D | aic7xxx.seq | 401 * Initialize SCSIRATE with the appropriate value for this target. 404 bmov SCSIRATE, SCB_SCSIRATE, 2 ret; 406 mov SCSIRATE, SCB_SCSIRATE ret; 703 bmov SCSIRATE, ALLZEROS, 2; 705 clr SCSIRATE; 1351 test SCSIRATE, WIDEXFER jz target_ITloop; 1582 test SCSIRATE, WIDEXFER jz mesgin_reject;
|
D | aic7xxx_reg_print.c_shipped | 85 return (ahc_print_register(SCSIRATE_parse_table, 6, "SCSIRATE",
|
D | aic7xxx.reg | 180 register SCSIRATE { 1390 * SCSIRATE). The kernel driver will enable synchronous negotiation
|
D | aic7xxx_core.c | 1656 scsirate = ahc_inb(ahc, SCSIRATE); in ahc_handle_scsiint() 2552 ahc_outb(ahc, SCSIRATE, scsirate); in ahc_set_syncrate() 2628 ahc_outb(ahc, SCSIRATE, scsirate); in ahc_set_width() 7145 ahc_scsirate_print(ahc_inb(ahc, SCSIRATE), &cur_col, 50); in ahc_dump_card_state()
|