Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c367 static int smi_port_init(struct smi_port *port, int dmaChanUsed) in smi_port_init() argument
370 "%s, port %d, dmaused %d\n", __func__, port->idx, dmaChanUsed); in smi_port_init()
374 port->_dmaInterruptCH0 = dmaChanUsed & 0x01; in smi_port_init()
375 port->_dmaInterruptCH1 = dmaChanUsed & 0x02; in smi_port_init()
388 port->_dmaInterruptCH0 = (dmaChanUsed << 2) & 0x04; in smi_port_init()
389 port->_dmaInterruptCH1 = (dmaChanUsed << 2) & 0x08; in smi_port_init()