Searched refs:scsi_conf (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7770.c | 274 uint8_t scsi_conf; in aha2840_load_seeprom() local 337 scsi_conf = (ahc->our_id & 0x7); in aha2840_load_seeprom() 339 scsi_conf |= ENSPCHK; in aha2840_load_seeprom() 341 scsi_conf |= RESET_SCSI; in aha2840_load_seeprom() 346 ahc_outb(ahc, SCSICONF, scsi_conf); in aha2840_load_seeprom()
|
D | aic7xxx_pci.c | 1410 u_int scsi_conf; in ahc_parse_pci_eeprom() local 1477 scsi_conf = (ahc->our_id & 0x7); in ahc_parse_pci_eeprom() 1479 scsi_conf |= ENSPCHK; in ahc_parse_pci_eeprom() 1481 scsi_conf |= RESET_SCSI; in ahc_parse_pci_eeprom() 1512 ahc_outb(ahc, SCSICONF, scsi_conf); in ahc_parse_pci_eeprom()
|
D | aic7xxx_core.c | 5073 u_int scsi_conf; in ahc_chip_init() local 5089 scsi_conf = ahc_inb(ahc, SCSICONF + 1); in ahc_chip_init() 5090 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init() 5105 scsi_conf = ahc_inb(ahc, SCSICONF); in ahc_chip_init() 5106 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init() 5259 u_int scsi_conf; in ahc_init() local 5417 scsi_conf = ahc_inb(ahc, SCSICONF + 1); in ahc_init() 5418 if ((scsi_conf & RESET_SCSI) != 0 in ahc_init() 5423 scsi_conf = ahc_inb(ahc, SCSICONF); in ahc_init() 5424 if ((scsi_conf & RESET_SCSI) != 0 in ahc_init()
|
/Linux-v5.4/drivers/scsi/ |
D | wd719x.h | 234 u8 scsi_conf; /* SCSI configuration */ member
|
D | wd719x.c | 769 wd->params->scsi_conf = 0x4c; /* 48ma, spue, parity check */ in wd719x_read_eeprom()
|