Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7770.c351 uint8_t target_settings; in aha2840_load_seeprom() local
353 target_settings = (sc->device_flags[i] & CFXFER) << 4; in aha2840_load_seeprom()
355 target_settings |= SOFS; in aha2840_load_seeprom()
357 target_settings |= WIDEXFER; in aha2840_load_seeprom()
360 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom()