Home
last modified time | relevance | path

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

/src/sys/dev/aic7xxx/
H A Daic7xxx.seq403 * Initialize SCSIRATE with the appropriate value for this target.
406 bmov SCSIRATE, SCB_SCSIRATE, 2 ret;
408 mov SCSIRATE, SCB_SCSIRATE ret;
705 bmov SCSIRATE, ALLZEROS, 2;
707 clr SCSIRATE;
1353 test SCSIRATE, WIDEXFER jz target_ITloop;
1584 test SCSIRATE, WIDEXFER jz mesgin_reject;
H A Daic7xxx.reg165 register SCSIRATE {
1261 * SCSIRATE). The kernel driver will enable synchronous negotiation
H A Daic7xxx_reg.h1105 #define SCSIRATE 0x04 macro
H A Daic7xxx.c1093 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()
6733 ahc_scsirate_print(ahc_inb(ahc, SCSIRATE), &cur_col, 50); in ahc_dump_card_state()