HomeSort by: relevance | last modified time | path
    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