/src/sys/dev/ic/ |
aic6360reg.h | 62 #define SCSIRATE 0x04 /* SCSI rate control */ 174 /* SCSIRATE */
|
aic6360.c | 353 bus_space_write_1(iot, ioh, SCSIRATE, 0); 691 bus_space_write_1(iot, ioh, SCSIRATE, 694 bus_space_write_1(iot, ioh, SCSIRATE, 0);
|
aic7xxx.c | 122 * Valid SCSIRATE values. (p. 3-17) 1057 u_int scsirate; local in function:ahc_handle_scsiint 1098 scsirate = ahc_inb(ahc, SCSIRATE); 1101 "SEQADDR(0x%x) SCSIRATE(0x%x)\n", 1104 scsirate); 1116 (scsirate & SINGLE_EDGE) 1685 * Look up the valid period to SCSIRATE conversion in our table. 1757 ahc_find_period(struct ahc_softc *ahc, u_int scsirate, u_int maxsync) 1762 scsirate &= SXFR_ULTRA2 1935 u_int scsirate; local in function:ahc_set_syncrate 2041 u_int scsirate; local in function:ahc_set_width 4691 u_int scsirate; local in function:ahc_init [all...] |
/src/sys/dev/microcode/aic7xxx/ |
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;
|
aic7xxx.reg | 167 register SCSIRATE { 1264 * SCSIRATE). The kernel driver will enable synchronous negotiation
|
aic7xxx_reg.h | 54 ahc_print_register(NULL, 0, "SCSIRATE", 0x04, regvalue, cur_col, wrap) 1113 #define SCSIRATE 0x04
|