Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daha152x.h165 #define SOFS 0x0f /* mask */ macro
Daic7xxx_old.c2201 scsirate &= ~(SXFR|SOFS); in aic7xxx_set_syncrate()
2210 scsirate |= (offset & SOFS); in aic7xxx_set_syncrate()
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h54 #define SOFS 0x0f macro
Daic7xxx.reg156 * SOFS (3:0) bits disables synchronous data transfers. Any offset value
165 mask SOFS 0x0f /* Sync offset */
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7770.c355 target_settings |= SOFS; in aha2840_load_seeprom()
Daic7xxx.reg164 * SOFS (3:0) bits disables synchronous data transfers. Any offset value
175 mask SOFS 0x0f /* Sync offset */
Daic7xxx_reg.h1108 #define SOFS 0x0f macro
Daic7xxx_core.c1948 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()
Daic7xxx_pci.c1544 scsirate |= SOFS; in ahc_parse_pci_eeprom()