Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Daha152x.h123 #define SOFS 0x0f /* mask */ macro
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg_print.c_shipped78 { "SOFS", 0x0f, 0x0f },
H A Daic7xxx.reg177 * SOFS (3:0) bits disables synchronous data transfers. Any offset value
188 mask SOFS 0x0f /* Sync offset */
H A Daic7xxx_reg.h_shipped233 #define SOFS 0x0f
H A Daic7xxx_core.c2527 scsirate &= ~(SXFR|SOFS); in ahc_set_syncrate()
2539 scsirate |= offset & SOFS; in ahc_set_syncrate()
5462 if ((scsirate & SOFS) == 0x0F) { in ahc_init()
5490 } else if ((scsirate & SOFS) != 0) { in ahc_init()
H A Daic7xxx_pci.c1469 scsirate |= SOFS; in ahc_parse_pci_eeprom()