Home
last modified time | relevance | path

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

/Linux-v5.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()
296 if ((intr_status & port->_dmaInterruptCH0) && (dmaChan0State == 0x01)) { in smi_dma_xfer()
342 if (intr_status & port->_dmaInterruptCH0) in smi_dma_xfer()
372 port->_dmaInterruptCH0 = dmaChanUsed & 0x01; in smi_port_init()
386 port->_dmaInterruptCH0 = (dmaChanUsed << 2) & 0x04; in smi_port_init()
400 if (port->_dmaInterruptCH0) { in smi_port_init()
444 u32 port_req_irq = port->_dmaInterruptCH0 | port->_dmaInterruptCH1; in smi_port_irq()
778 if (port->_dmaInterruptCH0) { in smi_config_DMA()
Dsmipcie.h257 u32 _dmaInterruptCH0; member