Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/smipcie/
Dsmipcie-main.c263 (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()
373 port->_dmaInterruptCH1 = dmaChanUsed & 0x02; in smi_port_init()
387 port->_dmaInterruptCH1 = (dmaChanUsed << 2) & 0x08; in smi_port_init()
412 if (port->_dmaInterruptCH1) { in smi_port_init()
444 u32 port_req_irq = port->_dmaInterruptCH0 | port->_dmaInterruptCH1; in smi_port_irq()
793 if (port->_dmaInterruptCH1) { in smi_config_DMA()
Dsmipcie.h258 u32 _dmaInterruptCH1; member