Lines Matching defs:tx_port
1801 int tx_port, tx_port_reg;
1805 tx_port = ch->port;
1806 if ((tx_port == 12) || (tx_port >= 14)) {
1808 tx_port, dai->id);
1812 if (tx_port < 4) {
1814 shift = (tx_port << 1);
1816 } else if (tx_port < 8) {
1818 shift = ((tx_port - 4) << 1);
1820 } else if (tx_port < 11) {
1822 shift = ((tx_port - 8) << 1);
1824 } else if (tx_port == 11) {
1828 } else /* (tx_port == 13) */ {
1838 if (tx_port <= 8) {
1840 decimator = tx_port;
1841 } else if (tx_port <= 10) {
1843 decimator = ((tx_port == 9) ? 7 : 6);
1844 } else if (tx_port == 11) {
1847 } else if (tx_port == 13) {
1857 } else if ((tx_port <= 8) && (tx_mux_sel == 0x01)) {
1860 tx_port, tx_port);