Searched refs:_dmaInterruptCH0 (Results 1 – 2 of 2) sorted by relevance
272 (port->_dmaInterruptCH0 | port->_dmaInterruptCH1)); in smi_port_disableInterrupt()280 (port->_dmaInterruptCH0 | port->_dmaInterruptCH1)); in smi_port_enableInterrupt()288 (port->_dmaInterruptCH0 | port->_dmaInterruptCH1)); in smi_port_clearInterrupt()305 if ((intr_status & port->_dmaInterruptCH0) && (dmaChan0State == 0x01)) { in smi_dma_xfer()351 if (intr_status & port->_dmaInterruptCH0) in smi_dma_xfer()381 port->_dmaInterruptCH0 = dmaChanUsed & 0x01; in smi_port_init()395 port->_dmaInterruptCH0 = (dmaChanUsed << 2) & 0x04; in smi_port_init()409 if (port->_dmaInterruptCH0) { in smi_port_init()453 u32 port_req_irq = port->_dmaInterruptCH0 | port->_dmaInterruptCH1; in smi_port_irq()786 if (port->_dmaInterruptCH0) { in smi_config_DMA()
266 u32 _dmaInterruptCH0; member