Searched refs:SCSIRATE (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | aic6360reg.h | 62 #define SCSIRATE 0x04 /* SCSI rate control */ macro
|
H A D | aic6360.c | 353 bus_space_write_1(iot, ioh, SCSIRATE, 0); in aic_reset() 691 bus_space_write_1(iot, ioh, SCSIRATE, in aic_setsync() 694 bus_space_write_1(iot, ioh, SCSIRATE, 0); in aic_setsync()
|
H A D | aic7xxx.c | 1098 scsirate = ahc_inb(ahc, SCSIRATE); in ahc_handle_scsiint() 1976 ahc_outb(ahc, SCSIRATE, scsirate); in ahc_set_syncrate() 2052 ahc_outb(ahc, SCSIRATE, scsirate); in ahc_set_width() 6644 ahc_scsirate_print(ahc_inb(ahc, SCSIRATE), &cur_col, 50); in ahc_dump_card_state()
|
/netbsd-src/sys/dev/microcode/aic7xxx/ |
H A 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; 702 bmov SCSIRATE, ALLZEROS, 2; 704 clr SCSIRATE; 1354 test SCSIRATE, WIDEXFER jz target_ITloop; 1585 test SCSIRATE, WIDEXFER jz mesgin_reject;
|
H A D | aic7xxx.reg | 167 register SCSIRATE { 1264 * SCSIRATE). The kernel driver will enable synchronous negotiation
|
H A D | aic7xxx_reg.h | 1113 #define SCSIRATE 0x04 macro
|