Searched refs:_dmaInterruptCH0 (Results 1 – 2 of 2) sorted by relevance
263 (port->_dmaInterruptCH0 | port->_dmaInterruptCH1)); in smi_port_disableInterrupt()271 (port->_dmaInterruptCH0 | port->_dmaInterruptCH1)); in smi_port_enableInterrupt()279 (port->_dmaInterruptCH0 | port->_dmaInterruptCH1)); in smi_port_clearInterrupt()296 if ((intr_status & port->_dmaInterruptCH0) && (dmaChan0State == 0x01)) { in smi_dma_xfer()342 if (intr_status & port->_dmaInterruptCH0) in smi_dma_xfer()374 port->_dmaInterruptCH0 = dmaChanUsed & 0x01; in smi_port_init()388 port->_dmaInterruptCH0 = (dmaChanUsed << 2) & 0x04; in smi_port_init()402 if (port->_dmaInterruptCH0) { in smi_port_init()448 u32 port_req_irq = port->_dmaInterruptCH0 | port->_dmaInterruptCH1; in smi_port_irq()782 if (port->_dmaInterruptCH0) { in smi_config_DMA()
257 u32 _dmaInterruptCH0; member
Completed in 7 milliseconds