Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Daha152x.h123 #define SOFS 0x0f /* mask */ macro
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7770.c331 target_settings |= SOFS; in aha2840_load_seeprom()
Daic7xxx_reg_print.c_shipped78 { "SOFS", 0x0f, 0x0f },
Daic7xxx.reg177 * SOFS (3:0) bits disables synchronous data transfers. Any offset value
188 mask SOFS 0x0f /* Sync offset */
Daic7xxx_reg.h_shipped233 #define SOFS 0x0f
Daic7xxx_core.c2552 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()
Daic7xxx_pci.c1476 scsirate |= SOFS; in ahc_parse_pci_eeprom()