Lines Matching refs:rx_mask
506 unsigned int rx_mask, int slots, int slot_width)
535 if (rx_mask == 0)
536 rx_mask = 0xf; // ASPTX1..TX4 in slots 0..3
540 cs35l56_make_tdm_config_word(0x3f3f3f3f, rx_mask));
544 dev_dbg(cs35l56->base.dev, "tdm slot width: %u count: %u tx_mask: %#x rx_mask: %#x\n",
545 cs35l56->asp_slot_width, cs35l56->asp_slot_count, tx_mask, rx_mask);
646 unsigned int rx_mask, int slots, int slot_width)
651 cs35l56->rx_mask = tx_mask;
652 cs35l56->tx_mask = rx_mask;
684 pconfig.ch_mask = cs35l56->rx_mask;