Home
last modified time | relevance | path

Searched refs:SOFS (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/arch/i386/isa/
H A Dahc_isa.c550 target_settings |= SOFS; in aha2840_load_seeprom()
/openbsd/sys/dev/ic/
H A Daic7xxx_seeprom.c306 scsirate |= SOFS; in ahc_parse_pci_eeprom()
H A Daic7xxx.c1991 scsirate &= ~(SXFR|SOFS); in ahc_set_syncrate()
2003 scsirate |= offset & SOFS; in ahc_set_syncrate()
4855 if ((scsirate & SOFS) == 0x0F) { in ahc_init()
4883 } else if ((scsirate & SOFS) != 0) { in ahc_init()
/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.reg165 * SOFS (3:0) bits disables synchronous data transfers. Any offset value
176 mask SOFS 0x0f /* Sync offset */
H A Daic7xxx_reg.h1110 #define SOFS 0x0f macro