Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/pci/smipcie/
H A Dsmipcie-main.c365 static int smi_port_init(struct smi_port *port, int dmaChanUsed) in smi_port_init() argument
368 "%s, port %d, dmaused %d\n", __func__, port->idx, dmaChanUsed); in smi_port_init()
372 port->_dmaInterruptCH0 = dmaChanUsed & 0x01; in smi_port_init()
373 port->_dmaInterruptCH1 = dmaChanUsed & 0x02; in smi_port_init()
386 port->_dmaInterruptCH0 = (dmaChanUsed << 2) & 0x04; in smi_port_init()
387 port->_dmaInterruptCH1 = (dmaChanUsed << 2) & 0x08; in smi_port_init()