Lines Matching refs:tx_port
1641 int tx_port, tx_port_reg;
1645 tx_port = ch->port;
1647 switch (tx_port) {
1650 shift = (tx_port << 1);
1655 shift = ((tx_port - 4) << 1);
1660 shift = ((tx_port - 8) << 1);
1675 tx_port, dai->id);
1683 switch (tx_port) {
1686 decimator = tx_port;
1690 decimator = ((tx_port == 9) ? 7 : 6);
1701 dev_err(wcd->dev, "ERROR: Invalid tx_port: %d\n",
1702 tx_port);