OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scsi_conf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/i386/isa/
ahc_isa.c
470
uint8_t
scsi_conf
;
local
532
scsi_conf
= (ahc->our_id & 0x7);
534
scsi_conf
|= ENSPCHK;
536
scsi_conf
|= RESET_SCSI;
541
ahc_outb(ahc, SCSICONF,
scsi_conf
);
/src/sys/dev/ic/
aic7xxx_seeprom.c
250
u_int
scsi_conf
;
local
317
scsi_conf
= (ahc->our_id & 0x7);
319
scsi_conf
|= ENSPCHK;
321
scsi_conf
|= RESET_SCSI;
350
ahc_outb(ahc, SCSICONF,
scsi_conf
);
aic7xxx.c
4434
u_int
scsi_conf
;
local
4593
scsi_conf
= ahc_inb(ahc, SCSICONF + 1);
4594
ahc_outb(ahc, SXFRCTL1, (
scsi_conf
& (ENSPCHK|STIMESEL))
4601
if ((
scsi_conf
& RESET_SCSI) != 0
4614
scsi_conf
= ahc_inb(ahc, SCSICONF);
4615
ahc_outb(ahc, SXFRCTL1, (
scsi_conf
& (ENSPCHK|STIMESEL))
4623
if ((
scsi_conf
& RESET_SCSI) != 0
Completed in 24 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026