Searched refs:SOFS (Results 1 – 9 of 9) sorted by relevance
165 #define SOFS 0x0f /* mask */ macro
2201 scsirate &= ~(SXFR|SOFS); in aic7xxx_set_syncrate()2210 scsirate |= (offset & SOFS); in aic7xxx_set_syncrate()
54 #define SOFS 0x0f macro
156 * SOFS (3:0) bits disables synchronous data transfers. Any offset value165 mask SOFS 0x0f /* Sync offset */
355 target_settings |= SOFS; in aha2840_load_seeprom()
164 * SOFS (3:0) bits disables synchronous data transfers. Any offset value175 mask SOFS 0x0f /* Sync offset */
1108 #define SOFS 0x0f macro
1948 scsirate &= ~(SXFR|SOFS); in ahc_set_syncrate()1960 scsirate |= offset & SOFS; in ahc_set_syncrate()5014 if ((scsirate & SOFS) == 0x0F) { in ahc_init()5042 } else if ((scsirate & SOFS) != 0) { in ahc_init()
1544 scsirate |= SOFS; in ahc_parse_pci_eeprom()