Lines Matching defs:port
37 /* slave port water mark level
92 {.port = p + WCD9335_RX_START, .shift = p,}
95 {.port = p, .shift = p,}
284 u16 port;
1652 * to which interpolator input, the slim rx port
1729 cfg->port_mask |= BIT(ch->port);
1742 WCD9335_SLIM_PGD_RX_PORT_MULTI_CHNL_0(ch->port),
1748 /* configure the slave port for water mark and enable*/
1750 WCD9335_SLIM_PGD_RX_PORT_CFG(ch->port),
1756 WCD9335_SLIM_PGD_TX_PORT_MULTI_CHNL_0(ch->port),
1763 WCD9335_SLIM_PGD_TX_PORT_MULTI_CHNL_1(ch->port),
1768 /* configure the slave port for water mark and enable*/
1770 WCD9335_SLIM_PGD_TX_PORT_CFG(ch->port),
1801 tx_port = ch->port;
1803 dev_err(wcd->dev, "Invalid SLIM TX%u port DAI ID:%d\n",
2995 if (ch->port >= WCD9335_RX_START) {
2996 port_num = ch->port - WCD9335_RX_START;
2999 port_num = ch->port;
3997 "%s: overflow error on %s port %d, value %x\n",
4002 "%s: underflow error on %s port %d, value %x\n",