Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/aic7xxx/
H A Daic7770.c306 uint8_t target_settings; in aha2840_load_seeprom() local
308 target_settings = (sc->device_flags[i] & CFXFER) << 4; in aha2840_load_seeprom()
310 target_settings |= SOFS; in aha2840_load_seeprom()
312 target_settings |= WIDEXFER; in aha2840_load_seeprom()
315 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom()