Searched refs:SCSIRATE (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/dev/aic/ |
| HD | aic6360reg.h | 40 #define SCSIRATE 0x04 /* SCSI rate control */ macro
|
| HD | aic.c | 416 aic_outb(aic, SCSIRATE, ti->scsirate); in aic_selected() 457 aic_outb(aic, SCSIRATE, aic->tinfo[aic->target].scsirate); in aic_reselected() 691 aic_outb(aic, SCSIRATE, ti->scsirate); in aic_handle_msgin() 735 aic_outb(aic, SCSIRATE, ti->scsirate); in aic_handle_msgin() 1349 aic_outb(aic, SCSIRATE, 0); in aic_chip_reset()
|
| /freebsd-11-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx.seq | 405 * Initialize SCSIRATE with the appropriate value for this target. 408 bmov SCSIRATE, SCB_SCSIRATE, 2 ret; 410 mov SCSIRATE, SCB_SCSIRATE ret; 707 bmov SCSIRATE, ALLZEROS, 2; 709 clr SCSIRATE; 1355 test SCSIRATE, WIDEXFER jz target_ITloop; 1586 test SCSIRATE, WIDEXFER jz mesgin_reject;
|
| HD | aic7xxx.reg | 167 register SCSIRATE { 1263 * SCSIRATE). The kernel driver will enable synchronous negotiation
|
| HD | aic7xxx_reg.h | 1108 #define SCSIRATE 0x04 macro
|
| HD | aic7xxx.c | 1102 scsirate = ahc_inb(ahc, SCSIRATE); in ahc_handle_scsiint() 1992 ahc_outb(ahc, SCSIRATE, scsirate); in ahc_set_syncrate() 2068 ahc_outb(ahc, SCSIRATE, scsirate); in ahc_set_width() 6786 ahc_scsirate_print(ahc_inb(ahc, SCSIRATE), &cur_col, 50); in ahc_dump_card_state()
|