Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/smipcie/
Dsmipcie-main.c272 (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()
328 if ((intr_status & port->_dmaInterruptCH1) && (dmaChan1State == 0x01)) { in smi_dma_xfer()
353 if (intr_status & port->_dmaInterruptCH1) in smi_dma_xfer()
382 port->_dmaInterruptCH1 = dmaChanUsed & 0x02; in smi_port_init()
396 port->_dmaInterruptCH1 = (dmaChanUsed << 2) & 0x08; in smi_port_init()
421 if (port->_dmaInterruptCH1) { in smi_port_init()
453 u32 port_req_irq = port->_dmaInterruptCH0 | port->_dmaInterruptCH1; in smi_port_irq()
801 if (port->_dmaInterruptCH1) { in smi_config_DMA()
Dsmipcie.h267 u32 _dmaInterruptCH1; member