Home
last modified time | relevance | path

Searched refs:SCSIRATE (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Daic6360reg.h62 #define SCSIRATE 0x04 /* SCSI rate control */ macro
H A Daic6360.c353 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 Daic7xxx.c1098 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 Daic7xxx.seq401 * 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 Daic7xxx.reg167 register SCSIRATE {
1264 * SCSIRATE). The kernel driver will enable synchronous negotiation
H A Daic7xxx_reg.h1113 #define SCSIRATE 0x04 macro