Searched refs:dmaChanUsed (Results 1 – 1 of 1) sorted by relevance
374 static int smi_port_init(struct smi_port *port, int dmaChanUsed) in smi_port_init() argument377 "%s, port %d, dmaused %d\n", __func__, port->idx, dmaChanUsed); in smi_port_init()381 port->_dmaInterruptCH0 = dmaChanUsed & 0x01; in smi_port_init()382 port->_dmaInterruptCH1 = dmaChanUsed & 0x02; in smi_port_init()395 port->_dmaInterruptCH0 = (dmaChanUsed << 2) & 0x04; in smi_port_init()396 port->_dmaInterruptCH1 = (dmaChanUsed << 2) & 0x08; in smi_port_init()