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

  /src/sys/arch/i386/isa/
ahc_isa.c 520 target_settings |= SOFS;
  /src/sys/dev/ic/
aic7xxx_seeprom.c 309 scsirate |= SOFS;
aic7xxx.c 1951 scsirate &= ~(SXFR|SOFS);
1963 scsirate |= offset & SOFS;
4701 if ((scsirate & SOFS) == 0x0F) {
4729 } else if ((scsirate & SOFS) != 0) {
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 164 * SOFS (3:0) bits disables synchronous data transfers. Any offset value
175 mask SOFS 0x0f /* Sync offset */
aic7xxx_reg.h 1116 #define SOFS 0x0f

Completed in 20 milliseconds