Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7770.c347 target_settings |= SOFS; in aha2840_load_seeprom()
H A Daic7xxx.reg162 * SOFS (3:0) bits disables synchronous data transfers. Any offset value
173 mask SOFS 0x0f /* Sync offset */
H A Daic7xxx_reg.h1108 #define SOFS 0x0f macro
H A Daic7xxx.c1951 scsirate &= ~(SXFR|SOFS); in ahc_set_syncrate()
1963 scsirate |= offset & SOFS; in ahc_set_syncrate()
5050 if ((scsirate & SOFS) == 0x0F) { in ahc_init()
5078 } else if ((scsirate & SOFS) != 0) { in ahc_init()
H A Daic7xxx_pci.c1550 scsirate |= SOFS; in ahc_parse_pci_eeprom()