Home
last modified time | relevance | path

Searched refs:HPC3_SCSI_DMACTL_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sgimips/hpc/
H A Dhpc.c343 .scsi_dma_datain_cmd = HPC3_SCSI_DMACTL_ACTIVE,
344 .scsi_dma_dataout_cmd =(HPC3_SCSI_DMACTL_ACTIVE | HPC3_SCSI_DMACTL_DIR),
346 .scsi_dmactl_active = HPC3_SCSI_DMACTL_ACTIVE,
H A Dhpcreg.h150 #define HPC3_SCSI_DMACTL_ACTIVE 0x10 /* DMA channel is active */ macro