Lines Matching refs:tx_port
1557 int tx_port, tx_port_reg;
1561 tx_port = ch->port;
1563 switch (tx_port) {
1566 shift = (tx_port << 1);
1571 shift = ((tx_port - 4) << 1);
1576 shift = ((tx_port - 8) << 1);
1591 tx_port, dai->id);
1599 switch (tx_port) {
1602 decimator = tx_port;
1606 decimator = ((tx_port == 9) ? 7 : 6);
1617 dev_err(wcd->dev, "ERROR: Invalid tx_port: %d\n",
1618 tx_port);