Home
last modified time | relevance | path

Searched refs:_dmaInterruptCH0 (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()
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()
Dsmipcie.h266 u32 _dmaInterruptCH0; member