Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7770.c321 uint8_t target_settings; in aha2840_load_seeprom() local
323 target_settings = (sc->device_flags[i] & CFXFER) << 4; in aha2840_load_seeprom()
325 target_settings |= SOFS; in aha2840_load_seeprom()
327 target_settings |= WIDEXFER; in aha2840_load_seeprom()
330 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom()