Home
last modified time | relevance | path

Searched refs:scsiconf1 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7770.c179 u_int scsiconf1; in aic7770_config() local
183 scsiconf1 = ahc_inb(ahc, SCSICONF + 1); in aic7770_config()
193 ahc->our_id = scsiconf1 & HWSCSIID; in aic7770_config()
198 ahc->our_id_b = scsiconf1 & HSCSIID; in aic7770_config()
201 if (scsiconf1 & TERM_ENB) in aic7770_config()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7770.c179 u_int scsiconf1; in aic7770_config() local
183 scsiconf1 = ahc_inb(ahc, SCSICONF + 1); in aic7770_config()
193 ahc->our_id = scsiconf1 & HWSCSIID; in aic7770_config()
198 ahc->our_id_b = scsiconf1 & HSCSIID; in aic7770_config()
201 if (scsiconf1 & TERM_ENB) in aic7770_config()

Completed in 2 milliseconds