Searched refs:SOFS (Results 1 – 7 of 7) sorted by relevance
123 #define SOFS 0x0f /* mask */ macro
331 target_settings |= SOFS; in aha2840_load_seeprom()
78 { "SOFS", 0x0f, 0x0f },
177 * SOFS (3:0) bits disables synchronous data transfers. Any offset value188 mask SOFS 0x0f /* Sync offset */
233 #define SOFS 0x0f
2552 scsirate &= ~(SXFR|SOFS); in ahc_set_syncrate()2564 scsirate |= offset & SOFS; in ahc_set_syncrate()5524 if ((scsirate & SOFS) == 0x0F) { in ahc_init()5552 } else if ((scsirate & SOFS) != 0) { in ahc_init()
1476 scsirate |= SOFS; in ahc_parse_pci_eeprom()