Lines Matching defs:tx_port
1619 int tx_port, tx_port_reg;
1623 tx_port = ch->port;
1625 switch (tx_port) {
1628 shift = (tx_port << 1);
1633 shift = ((tx_port - 4) << 1);
1638 shift = ((tx_port - 8) << 1);
1653 tx_port, dai->id);
1661 switch (tx_port) {
1664 decimator = tx_port;
1668 decimator = ((tx_port == 9) ? 7 : 6);
1679 dev_err(wcd->dev, "ERROR: Invalid tx_port: %d\n",
1680 tx_port);