Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dsgiwd93.c135 hregs->ctrl = HPC3_SCTRL_ACTIVE; in dma_setup()
137 hregs->ctrl = HPC3_SCTRL_ACTIVE | HPC3_SCTRL_DIR; in dma_setup()
162 while (hregs->ctrl & HPC3_SCTRL_ACTIVE) in dma_stop()
/openbmc/linux/arch/mips/include/asm/sgi/
H A Dhpc3.h76 #define HPC3_SCTRL_ACTIVE 0x10 /* SCSI DMA channel is active */ macro