Searched refs:_dmaInterruptCH1 (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()319 if ((intr_status & port->_dmaInterruptCH1) && (dmaChan1State == 0x01)) { in smi_dma_xfer()344 if (intr_status & port->_dmaInterruptCH1) in smi_dma_xfer()375 port->_dmaInterruptCH1 = dmaChanUsed & 0x02; in smi_port_init()389 port->_dmaInterruptCH1 = (dmaChanUsed << 2) & 0x08; in smi_port_init()415 if (port->_dmaInterruptCH1) { in smi_port_init()448 u32 port_req_irq = port->_dmaInterruptCH0 | port->_dmaInterruptCH1; in smi_port_irq()797 if (port->_dmaInterruptCH1) { in smi_config_DMA()
258 u32 _dmaInterruptCH1; member
Completed in 7 milliseconds