Searched refs:scsi_conf (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7770.c | 280 uint8_t scsi_conf; in aha2840_load_seeprom() local 343 scsi_conf = (ahc->our_id & 0x7); in aha2840_load_seeprom() 345 scsi_conf |= ENSPCHK; in aha2840_load_seeprom() 347 scsi_conf |= RESET_SCSI; in aha2840_load_seeprom() 352 ahc_outb(ahc, SCSICONF, scsi_conf); in aha2840_load_seeprom()
|
D | aic7xxx_pci.c | 1417 u_int scsi_conf; in ahc_parse_pci_eeprom() local 1484 scsi_conf = (ahc->our_id & 0x7); in ahc_parse_pci_eeprom() 1486 scsi_conf |= ENSPCHK; in ahc_parse_pci_eeprom() 1488 scsi_conf |= RESET_SCSI; in ahc_parse_pci_eeprom() 1519 ahc_outb(ahc, SCSICONF, scsi_conf); in ahc_parse_pci_eeprom()
|
D | aic7xxx_core.c | 5089 u_int scsi_conf; in ahc_chip_init() local 5105 scsi_conf = ahc_inb(ahc, SCSICONF + 1); in ahc_chip_init() 5106 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init() 5121 scsi_conf = ahc_inb(ahc, SCSICONF); in ahc_chip_init() 5122 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init() 5275 u_int scsi_conf; in ahc_init() local 5451 scsi_conf = ahc_inb(ahc, SCSICONF + 1); in ahc_init() 5452 if ((scsi_conf & RESET_SCSI) != 0 in ahc_init() 5457 scsi_conf = ahc_inb(ahc, SCSICONF); in ahc_init() 5458 if ((scsi_conf & RESET_SCSI) != 0 in ahc_init()
|
/drivers/scsi/ |
D | aic7xxx_old.c | 7854 unsigned char term, scsi_conf; in aic7xxx_register() local 8048 scsi_conf = aic_inb(p, SCSICONF + 1); in aic7xxx_register() 8050 aic_outb(p, (scsi_conf & ENSPCHK) | aic7xxx_seltime | term | in aic7xxx_register() 8072 scsi_conf = aic_inb(p, SCSICONF); in aic7xxx_register() 8074 aic_outb(p, (scsi_conf & ENSPCHK) | aic7xxx_seltime | term | in aic7xxx_register() 8500 unsigned char scsirate, scsi_conf; in aic7xxx_load_seeprom() local 8845 scsi_conf = (p->scsi_id & HSCSIID); in aic7xxx_load_seeprom() 8864 scsi_conf |= ENSPCHK; in aic7xxx_load_seeprom() 8868 scsi_conf |= ENSPCHK | RESET_SCSI; in aic7xxx_load_seeprom() 8879 aic_outb(p, scsi_conf, SCSICONF); in aic7xxx_load_seeprom()
|