OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ncr_regs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/vax/vsa/
asc_vsbus.c
131
volatile uint8_t *
ncr_regs
;
local in function:asc_vsbus_match
148
ncr_regs
= (volatile uint8_t *) va->va_addr;
159
dummy =
ncr_regs
[NCR_INTR << 2] & 0xFF;
160
ncr_regs
[NCR_CFG1 << 2] = 0x06; /* we're ID 6, turn on INT for SCSI reset */
161
ncr_regs
[NCR_CMD << 2] = NCRCMD_RSTSCSI; /* send the reset */
162
ncr_regs
[NCR_CMD << 2] = NCRCMD_NOP; /* send a NOP */
165
dummy =
ncr_regs
[NCR_INTR << 2] & 0xFF;
Completed in 12 milliseconds
Indexes created Thu Oct 30 03:10:01 GMT 2025