HomeSort by: relevance | last modified time | path
    Searched refs:BUSFREETIME (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic79xx.reg 1912 field BUSFREETIME 0xc0 {
aic79xx_reg.h 2760 #define BUSFREETIME 0xc0
  /src/sys/dev/ic/
aic79xx.c 120 u_int busfreetime);
1510 u_int busfreetime; local in function:ahd_handle_scsiint
1520 busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
1659 busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
1661 switch (busfreetime) {
1668 mode = busfreetime == BUSFREE_DFF0
1699 printf("Saw Busfree. Busfreetime = 0x%x.\n",
1700 busfreetime);
    [all...]

Completed in 49 milliseconds