tx_mask           109 drivers/atm/solos-pci.c 	int tx_mask;
tx_mask          1040 drivers/atm/solos-pci.c 		card->tx_mask |= (1 << port);
tx_mask          1068 drivers/atm/solos-pci.c 	tx_pending = card->tx_mask & ~card_flags;
tx_mask          1081 drivers/atm/solos-pci.c 				card->tx_mask &= ~(1 << port);
tx_mask           859 drivers/media/rc/ene_ir.c static int ene_set_tx_mask(struct rc_dev *rdev, u32 tx_mask)
tx_mask           862 drivers/media/rc/ene_ir.c 	dbg("TX: attempt to set transmitter mask %02x", tx_mask);
tx_mask           865 drivers/media/rc/ene_ir.c 	if (!tx_mask || tx_mask & ~0x03) {
tx_mask           871 drivers/media/rc/ene_ir.c 	dev->transmitter_mask = tx_mask;
tx_mask           495 drivers/media/rc/mceusb.c 	unsigned char tx_mask;
tx_mask           935 drivers/media/rc/mceusb.c 	cmdbuf[2] = ir->tx_mask;
tx_mask          1016 drivers/media/rc/mceusb.c 		ir->tx_mask = mask;
tx_mask          1018 drivers/media/rc/mceusb.c 		ir->tx_mask = (mask != MCE_DEFAULT_TX_MASK ?
tx_mask          1235 drivers/media/rc/mceusb.c 		ir->tx_mask = *hi;
tx_mask           243 drivers/net/ethernet/freescale/gianfar.c 			       unsigned long tx_mask, unsigned long rx_mask)
tx_mask           252 drivers/net/ethernet/freescale/gianfar.c 		for_each_set_bit(i, &tx_mask, priv->num_tx_queues) {
tx_mask           137 drivers/net/wireless/ath/carl9170/eeprom.h 	u8	tx_mask;
tx_mask           509 drivers/net/wireless/ath/carl9170/mac.c 	if (ar->eeprom.tx_mask != 1)
tx_mask          1925 drivers/net/wireless/ath/carl9170/main.c 	tx_streams = hweight8(ar->eeprom.tx_mask);
tx_mask          1651 drivers/net/wireless/ath/carl9170/phy.c 	if (ar->eeprom.tx_mask != 1)
tx_mask           752 drivers/net/wireless/ath/carl9170/tx.c 	if (ar->eeprom.tx_mask == 1) {
tx_mask          1172 drivers/net/wireless/marvell/mwifiex/pcie.c 	while (((card->txbd_rdptr & reg->tx_mask) !=
tx_mask          1173 drivers/net/wireless/marvell/mwifiex/pcie.c 		(rdptr & reg->tx_mask)) ||
tx_mask          1176 drivers/net/wireless/marvell/mwifiex/pcie.c 		wrdoneidx = (card->txbd_rdptr & reg->tx_mask) >>
tx_mask          1218 drivers/net/wireless/marvell/mwifiex/pcie.c 		if ((card->txbd_rdptr & reg->tx_mask) == num_tx_buffs)
tx_mask          1282 drivers/net/wireless/marvell/mwifiex/pcie.c 		wrindx = (card->txbd_wrptr & reg->tx_mask) >> reg->tx_start_ptr;
tx_mask          1313 drivers/net/wireless/marvell/mwifiex/pcie.c 		if ((card->txbd_wrptr & reg->tx_mask) == num_tx_buffs)
tx_mask           139 drivers/net/wireless/marvell/mwifiex/pcie.h 	u32 tx_mask;
tx_mask           176 drivers/net/wireless/marvell/mwifiex/pcie.h 	.tx_mask = MWIFIEX_TXBD_MASK,
tx_mask           208 drivers/net/wireless/marvell/mwifiex/pcie.h 	.tx_mask = 0x03FF0000,
tx_mask           245 drivers/net/wireless/marvell/mwifiex/pcie.h 	.tx_mask = 0x0FFF0000,
tx_mask           403 drivers/net/wireless/marvell/mwifiex/pcie.h 		if (((card->txbd_wrptr & reg->tx_mask) ==
tx_mask           404 drivers/net/wireless/marvell/mwifiex/pcie.h 		     (rdptr & reg->tx_mask)) &&
tx_mask           411 drivers/net/wireless/marvell/mwifiex/pcie.h 		if (((card->txbd_wrptr & reg->tx_mask) ==
tx_mask           412 drivers/net/wireless/marvell/mwifiex/pcie.h 		     (rdptr & reg->tx_mask)) &&
tx_mask           429 drivers/net/wireless/marvell/mwifiex/pcie.h 		if (((card->txbd_wrptr & reg->tx_mask) !=
tx_mask           430 drivers/net/wireless/marvell/mwifiex/pcie.h 		     (card->txbd_rdptr & reg->tx_mask)) ||
tx_mask           437 drivers/net/wireless/marvell/mwifiex/pcie.h 		if (((card->txbd_wrptr & reg->tx_mask) !=
tx_mask           438 drivers/net/wireless/marvell/mwifiex/pcie.h 		     (card->txbd_rdptr & reg->tx_mask)) ||
tx_mask          1872 drivers/tty/moxa.c 	u16 head, tail, tx_mask, spage, epage;
tx_mask          1877 drivers/tty/moxa.c 	tx_mask = readw(ofsAddr + TX_mask);
tx_mask          1882 drivers/tty/moxa.c 	c = (head > tail) ? (head - tail - 1) : (head - tail + tx_mask);
tx_mask          1894 drivers/tty/moxa.c 				len = tx_mask + 1 - tail;
tx_mask          1899 drivers/tty/moxa.c 			tail = (tail + len) & tx_mask;
tx_mask          1918 drivers/tty/moxa.c 		tail = (tail + total) & tx_mask;
tx_mask           129 include/sound/soc-dai.h 	unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width);
tx_mask           191 include/sound/soc-dai.h 		unsigned int *tx_mask, unsigned int *rx_mask);
tx_mask           193 include/sound/soc-dai.h 		unsigned int tx_mask, unsigned int rx_mask,
tx_mask           350 include/sound/soc-dai.h 	unsigned int tx_mask;
tx_mask          1287 include/sound/soc.h 			      unsigned int *tx_mask,
tx_mask           455 sound/soc/amd/raven/acp3x-pcm-dma.c static int acp3x_dai_set_tdm_slot(struct snd_soc_dai *cpu_dai, u32 tx_mask,
tx_mask           344 sound/soc/atmel/mchp-i2s-mcc.c 					 unsigned int tx_mask,
tx_mask           352 sound/soc/atmel/mchp-i2s-mcc.c 		__func__, tx_mask, rx_mask, slots, slot_width);
tx_mask           361 sound/soc/atmel/mchp-i2s-mcc.c 		    rx_mask != tx_mask)
tx_mask           118 sound/soc/bcm/bcm2835-i2s.c 	unsigned int				tx_mask;
tx_mask           242 sound/soc/bcm/bcm2835-i2s.c 	dev->tx_mask = 0x03;
tx_mask           250 sound/soc/bcm/bcm2835-i2s.c 	unsigned int tx_mask, unsigned int rx_mask,
tx_mask           261 sound/soc/bcm/bcm2835-i2s.c 		tx_mask &= GENMASK(slots - 1, 0);
tx_mask           268 sound/soc/bcm/bcm2835-i2s.c 		    || hweight_long((unsigned long) tx_mask) != 2)
tx_mask           278 sound/soc/bcm/bcm2835-i2s.c 	dev->tx_mask = tx_mask;
tx_mask           337 sound/soc/bcm/bcm2835-i2s.c 	unsigned int rx_mask, tx_mask;
tx_mask           365 sound/soc/bcm/bcm2835-i2s.c 		tx_mask = dev->tx_mask;
tx_mask           371 sound/soc/bcm/bcm2835-i2s.c 		tx_mask = 0x03;
tx_mask           499 sound/soc/bcm/bcm2835-i2s.c 		tx_mask, slot_width, data_delay, odd_slot_offset);
tx_mask           596 sound/soc/bcm/bcm2835-i2s.c 		slots, slot_width, rx_mask, tx_mask);
tx_mask           971 sound/soc/bcm/cygnus-ssp.c 	unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
tx_mask           981 sound/soc/bcm/cygnus-ssp.c 	if (tx_mask != rx_mask) {
tx_mask           987 sound/soc/bcm/cygnus-ssp.c 	active_slots = hweight32(tx_mask);
tx_mask          2222 sound/soc/codecs/ab8500-codec.c 		unsigned int tx_mask, unsigned int rx_mask,
tx_mask          2283 sound/soc/codecs/ab8500-codec.c 	if (tx_mask & ~0xff)
tx_mask          2287 sound/soc/codecs/ab8500-codec.c 	tx_mask = tx_mask << AB8500_DA_DATA0_OFFSET;
tx_mask          2288 sound/soc/codecs/ab8500-codec.c 	slots_active = hweight32(tx_mask);
tx_mask          2297 sound/soc/codecs/ab8500-codec.c 		slot = ffs(tx_mask);
tx_mask          2304 sound/soc/codecs/ab8500-codec.c 		slot = ffs(tx_mask);
tx_mask          2307 sound/soc/codecs/ab8500-codec.c 		slot = fls(tx_mask);
tx_mask           161 sound/soc/codecs/ad193x.c static int ad193x_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           624 sound/soc/codecs/adau17x1.c 	unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
tx_mask           634 sound/soc/codecs/adau17x1.c 		tx_mask = 3;
tx_mask           702 sound/soc/codecs/adau17x1.c 	switch (tx_mask) {
tx_mask           496 sound/soc/codecs/adau1977.c static int adau1977_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           514 sound/soc/codecs/adau1977.c 	if (rx_mask == 0 || tx_mask != 0)
tx_mask           433 sound/soc/codecs/ak4458.c static int ak4458_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           186 sound/soc/codecs/ak5558.c static int ak5558_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          1994 sound/soc/codecs/arizona.c static int arizona_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          2009 sound/soc/codecs/arizona.c 		tx_mask = (1 << tx_max_chan) - 1;
tx_mask          2014 sound/soc/codecs/arizona.c 				     tx_max_chan, tx_mask);
tx_mask           549 sound/soc/codecs/cs35l33.c static int cs35l33_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           573 sound/soc/codecs/cs35l33.c 	slot = ffs(tx_mask) - 1;
tx_mask           629 sound/soc/codecs/cs35l33.c 		tx_mask &= ~(1 << slot);
tx_mask           630 sound/soc/codecs/cs35l33.c 		slot = ffs(tx_mask) - 1;
tx_mask           268 sound/soc/codecs/cs35l34.c static int cs35l34_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           289 sound/soc/codecs/cs35l34.c 	slot = ffs(tx_mask) - 1;
tx_mask           330 sound/soc/codecs/cs35l34.c 		tx_mask &= ~(1 << slot);
tx_mask           331 sound/soc/codecs/cs35l34.c 		slot = ffs(tx_mask) - 1;
tx_mask           766 sound/soc/codecs/cs53l30.c 				    unsigned int tx_mask, unsigned int rx_mask,
tx_mask          2019 sound/soc/codecs/da7218.c 				   unsigned int tx_mask, unsigned int rx_mask,
tx_mask          2027 sound/soc/codecs/da7218.c 	if (!tx_mask) {
tx_mask          2038 sound/soc/codecs/da7218.c 	if (fls(tx_mask) > DA7218_DAI_TDM_MAX_SLOTS) {
tx_mask          2081 sound/soc/codecs/da7218.c 			    (tx_mask << DA7218_DAI_TDM_CH_EN_SHIFT) |
tx_mask          1415 sound/soc/codecs/da7219.c 				   unsigned int tx_mask, unsigned int rx_mask,
tx_mask          1431 sound/soc/codecs/da7219.c 	if (!tx_mask) {
tx_mask          1440 sound/soc/codecs/da7219.c 	slot_offset = ffs(tx_mask) - 1;
tx_mask          1441 sound/soc/codecs/da7219.c 	ch_mask = (tx_mask >> slot_offset);
tx_mask            47 sound/soc/codecs/hdac_hda.c 				     unsigned int tx_mask, unsigned int rx_mask,
tx_mask           129 sound/soc/codecs/hdac_hda.c 				     unsigned int tx_mask, unsigned int rx_mask,
tx_mask           138 sound/soc/codecs/hdac_hda.c 	if (tx_mask)
tx_mask           139 sound/soc/codecs/hdac_hda.c 		pcm[dai->id].stream_tag[SNDRV_PCM_STREAM_PLAYBACK] = tx_mask;
tx_mask           446 sound/soc/codecs/hdac_hdmi.c 		unsigned int tx_mask, unsigned int rx_mask,
tx_mask           454 sound/soc/codecs/hdac_hdmi.c 	dev_dbg(&hdev->dev, "%s: strm_tag: %d\n", __func__, tx_mask);
tx_mask           461 sound/soc/codecs/hdac_hdmi.c 		pcm->stream_tag = (tx_mask << 4);
tx_mask          3302 sound/soc/codecs/madera.c static int madera_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          3316 sound/soc/codecs/madera.c 		tx_mask = (1 << tx_max_chan) - 1;
tx_mask          3321 sound/soc/codecs/madera.c 				    tx_max_chan, tx_mask);
tx_mask          1674 sound/soc/codecs/max98090.c 	unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
tx_mask           312 sound/soc/codecs/max98373.c 	unsigned int tx_mask, unsigned int rx_mask,
tx_mask           322 sound/soc/codecs/max98373.c 	if (!tx_mask && !rx_mask && !slots && !slot_width)
tx_mask           383 sound/soc/codecs/max98373.c 		~tx_mask & 0xFF);
tx_mask           386 sound/soc/codecs/max98373.c 		(~tx_mask & 0xFF00) >> 8);
tx_mask           200 sound/soc/codecs/max98504.c 		unsigned int tx_mask, unsigned int rx_mask,
tx_mask           209 sound/soc/codecs/max98504.c 		regmap_write(map, MAX98504_PCM_TX_ENABLE, tx_mask);
tx_mask           214 sound/soc/codecs/max98504.c 		regmap_write(map, MAX98504_PDM_TX_ENABLE, tx_mask);
tx_mask           403 sound/soc/codecs/max98927.c 	unsigned int tx_mask, unsigned int rx_mask,
tx_mask           458 sound/soc/codecs/max98927.c 		tx_mask & 0xFF);
tx_mask           461 sound/soc/codecs/max98927.c 		(tx_mask & 0xFF00) >> 8);
tx_mask           466 sound/soc/codecs/max98927.c 		~tx_mask & 0xFF);
tx_mask           469 sound/soc/codecs/max98927.c 		(~tx_mask & 0xFF00) >> 8);
tx_mask           295 sound/soc/codecs/mc13783.c 	unsigned int tx_mask, unsigned int rx_mask, int slots,
tx_mask           340 sound/soc/codecs/mc13783.c 	unsigned int tx_mask, unsigned int rx_mask, int slots,
tx_mask           350 sound/soc/codecs/mc13783.c 	if (tx_mask != 0x3)
tx_mask           362 sound/soc/codecs/mc13783.c 	unsigned int tx_mask, unsigned int rx_mask, int slots,
tx_mask           367 sound/soc/codecs/mc13783.c 	ret = mc13783_set_tdm_slot_dac(dai, tx_mask, rx_mask, slots,
tx_mask           372 sound/soc/codecs/mc13783.c 	ret = mc13783_set_tdm_slot_codec(dai, tx_mask, rx_mask, slots,
tx_mask           488 sound/soc/codecs/nau8540.c 	unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
tx_mask           494 sound/soc/codecs/nau8540.c 	if (slots > 4 || ((tx_mask & 0xf0) && (tx_mask & 0xf)))
tx_mask           498 sound/soc/codecs/nau8540.c 	if (tx_mask & 0xf0) {
tx_mask           500 sound/soc/codecs/nau8540.c 		ctrl4_val |= (tx_mask >> 4);
tx_mask           502 sound/soc/codecs/nau8540.c 		ctrl4_val |= tx_mask;
tx_mask          1224 sound/soc/codecs/nau8824.c 	unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
tx_mask          1230 sound/soc/codecs/nau8824.c 	if (slots > 4 || ((tx_mask & 0xf0) && (tx_mask & 0xf)) ||
tx_mask          1232 sound/soc/codecs/nau8824.c 		((rx_mask & 0xf0) && (tx_mask & 0xf)) ||
tx_mask          1233 sound/soc/codecs/nau8824.c 		((rx_mask & 0xf) && (tx_mask & 0xf0)))
tx_mask          1237 sound/soc/codecs/nau8824.c 	if (tx_mask & 0xf0) {
tx_mask          1239 sound/soc/codecs/nau8824.c 		ctrl_val |= (tx_mask >> 4);
tx_mask          1241 sound/soc/codecs/nau8824.c 		ctrl_val |= tx_mask;
tx_mask           428 sound/soc/codecs/pcm186x.c static int pcm186x_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           437 sound/soc/codecs/pcm186x.c 		__func__, tx_mask, rx_mask, slots, slot_width);
tx_mask           439 sound/soc/codecs/pcm186x.c 	if (!tx_mask) {
tx_mask           444 sound/soc/codecs/pcm186x.c 	first_slot = __ffs(tx_mask);
tx_mask           445 sound/soc/codecs/pcm186x.c 	last_slot = __fls(tx_mask);
tx_mask           447 sound/soc/codecs/pcm186x.c 	if (last_slot - first_slot != hweight32(tx_mask) - 1) {
tx_mask           382 sound/soc/codecs/pcm3168a.c static int pcm3168a_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           390 sound/soc/codecs/pcm3168a.c 	if (tx_mask >= (1<<slots) || rx_mask >= (1<<slots)) {
tx_mask           393 sound/soc/codecs/pcm3168a.c 			tx_mask, rx_mask, slots);
tx_mask           408 sound/soc/codecs/pcm3168a.c 		io_params->tdm_mask = tx_mask;
tx_mask          1803 sound/soc/codecs/rt1011.c 	unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
tx_mask          1812 sound/soc/codecs/rt1011.c 	if (rx_mask || tx_mask)
tx_mask           892 sound/soc/codecs/rt274.c static int rt274_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           898 sound/soc/codecs/rt274.c 	if (rx_mask || tx_mask) {
tx_mask           961 sound/soc/codecs/rt5514.c static int rt5514_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           968 sound/soc/codecs/rt5514.c 	if (rx_mask || tx_mask)
tx_mask           971 sound/soc/codecs/rt5514.c 	switch (tx_mask) {
tx_mask          2983 sound/soc/codecs/rt5645.c static int rt5645_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          3007 sound/soc/codecs/rt5645.c 	if (rx_mask || tx_mask) {
tx_mask          3562 sound/soc/codecs/rt5659.c static int rt5659_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          3568 sound/soc/codecs/rt5659.c 	if (rx_mask || tx_mask)
tx_mask          2965 sound/soc/codecs/rt5663.c static int rt5663_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          2972 sound/soc/codecs/rt5663.c 	if (rx_mask || tx_mask)
tx_mask          4049 sound/soc/codecs/rt5665.c static int rt5665_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          4055 sound/soc/codecs/rt5665.c 	if (rx_mask || tx_mask)
tx_mask          1865 sound/soc/codecs/rt5668.c static int rt5668_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          2500 sound/soc/codecs/rt5670.c static int rt5670_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          2506 sound/soc/codecs/rt5670.c 	if (rx_mask || tx_mask)
tx_mask          4394 sound/soc/codecs/rt5677.c static int rt5677_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          4401 sound/soc/codecs/rt5677.c 	if (rx_mask || tx_mask)
tx_mask          1925 sound/soc/codecs/rt5682.c static int rt5682_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          1931 sound/soc/codecs/rt5682.c 	if (tx_mask || rx_mask)
tx_mask          1962 sound/soc/codecs/rt5682.c 		if (tx_mask || rx_mask)
tx_mask           523 sound/soc/codecs/ssm2518.c static int ssm2518_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           536 sound/soc/codecs/ssm2518.c 	if (tx_mask == 0 || rx_mask != 0)
tx_mask           540 sound/soc/codecs/ssm2518.c 		if (tx_mask != 1)
tx_mask           546 sound/soc/codecs/ssm2518.c 		left_slot = __ffs(tx_mask);
tx_mask           547 sound/soc/codecs/ssm2518.c 		tx_mask &= ~(1 << left_slot);
tx_mask           548 sound/soc/codecs/ssm2518.c 		if (tx_mask == 0) {
tx_mask           551 sound/soc/codecs/ssm2518.c 			right_slot = __ffs(tx_mask);
tx_mask           552 sound/soc/codecs/ssm2518.c 			tx_mask &= ~(1 << right_slot);
tx_mask           556 sound/soc/codecs/ssm2518.c 	if (tx_mask != 0 || left_slot >= slots || right_slot >= slots)
tx_mask           233 sound/soc/codecs/ssm4567.c static int ssm4567_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           241 sound/soc/codecs/ssm4567.c 	if (tx_mask == 0)
tx_mask           244 sound/soc/codecs/ssm4567.c 	if (rx_mask && rx_mask != tx_mask)
tx_mask           247 sound/soc/codecs/ssm4567.c 	slot = __ffs(tx_mask);
tx_mask           248 sound/soc/codecs/ssm4567.c 	if (tx_mask != BIT(slot))
tx_mask           440 sound/soc/codecs/tas2552.c 				    unsigned int tx_mask, unsigned int rx_mask,
tx_mask           447 sound/soc/codecs/tas2552.c 	if (unlikely(!tx_mask)) {
tx_mask           453 sound/soc/codecs/tas2552.c 	lsb = __ffs(tx_mask);
tx_mask           454 sound/soc/codecs/tas2552.c 	if ((lsb + 1) != __fls(tx_mask)) {
tx_mask           143 sound/soc/codecs/tas5720.c 				    unsigned int tx_mask, unsigned int rx_mask,
tx_mask           151 sound/soc/codecs/tas5720.c 	if (!tx_mask) {
tx_mask           161 sound/soc/codecs/tas5720.c 	first_slot = __ffs(tx_mask);
tx_mask           211 sound/soc/codecs/tas6424.c 				    unsigned int tx_mask, unsigned int rx_mask,
tx_mask           219 sound/soc/codecs/tas6424.c 		tx_mask, rx_mask);
tx_mask           221 sound/soc/codecs/tas6424.c 	if (!tx_mask || !rx_mask)
tx_mask           229 sound/soc/codecs/tas6424.c 	first_slot = __ffs(tx_mask);
tx_mask          1318 sound/soc/codecs/tlv320aic3x.c 				  unsigned int tx_mask, unsigned int rx_mask,
tx_mask          1325 sound/soc/codecs/tlv320aic3x.c 	if (tx_mask != rx_mask) {
tx_mask          1330 sound/soc/codecs/tlv320aic3x.c 	if (unlikely(!tx_mask)) {
tx_mask          1336 sound/soc/codecs/tlv320aic3x.c 	lsb = __ffs(tx_mask);
tx_mask          1337 sound/soc/codecs/tlv320aic3x.c 	if ((lsb + 1) != __fls(tx_mask)) {
tx_mask          2915 sound/soc/codecs/tscs454.c 		unsigned int tx_mask, unsigned int rx_mask, int slots,
tx_mask          2925 sound/soc/codecs/tscs454.c 	if (tx_mask >= (1 << slots) || rx_mask >= (1 << slots)) {
tx_mask          2972 sound/soc/codecs/tscs454.c 		unsigned int tx_mask, unsigned int rx_mask, int slots,
tx_mask          2983 sound/soc/codecs/tscs454.c 	if (tx_mask >= (1 << slots) || rx_mask >= (1 << slots)) {
tx_mask          1531 sound/soc/codecs/wm8904.c static int wm8904_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          1559 sound/soc/codecs/wm8904.c 	switch (tx_mask) {
tx_mask          1350 sound/soc/codecs/wm8993.c static int wm8993_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask          1382 sound/soc/codecs/wm8993.c 	switch (tx_mask) {
tx_mask          1187 sound/soc/codecs/wm9081.c 	unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
tx_mask            64 sound/soc/fsl/fsl_esai.c 	u32 tx_mask;
tx_mask           375 sound/soc/fsl/fsl_esai.c static int fsl_esai_set_dai_tdm_slot(struct snd_soc_dai *dai, u32 tx_mask,
tx_mask           388 sound/soc/fsl/fsl_esai.c 	esai_priv->tx_mask = tx_mask;
tx_mask           646 sound/soc/fsl/fsl_esai.c 	mask = tx ? esai_priv->tx_mask : esai_priv->rx_mask;
tx_mask          1021 sound/soc/fsl/fsl_esai.c 	esai_priv->tx_mask = 0xFFFFFFFF;
tx_mask           129 sound/soc/fsl/fsl_sai.c static int fsl_sai_set_dai_tdm_slot(struct snd_soc_dai *cpu_dai, u32 tx_mask,
tx_mask          1011 sound/soc/fsl/fsl_ssi.c static int fsl_ssi_set_dai_tdm_slot(struct snd_soc_dai *dai, u32 tx_mask,
tx_mask          1040 sound/soc/fsl/fsl_ssi.c 	regmap_write(regs, REG_SSI_STMSK, ~tx_mask);
tx_mask            55 sound/soc/fsl/imx-ssi.c 	unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
tx_mask            70 sound/soc/fsl/imx-ssi.c 	writel(~tx_mask, ssi->base + SSI_STMSK);
tx_mask           773 sound/soc/intel/atom/sst-atom-controls.c int sst_fill_ssp_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           779 sound/soc/intel/atom/sst-atom-controls.c 	ctx->ssp_cmd.active_tx_slot_map = tx_mask;
tx_mask           870 sound/soc/intel/atom/sst-atom-controls.h int sst_fill_ssp_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           449 sound/soc/intel/atom/sst-mfld-platform-pcm.c 			unsigned int tx_mask, unsigned int rx_mask,
tx_mask           456 sound/soc/intel/atom/sst-mfld-platform-pcm.c 	ret = sst_fill_ssp_slot(dai, tx_mask, rx_mask, slots, slot_width);
tx_mask            27 sound/soc/meson/axg-card.c 	u32 *tx_mask;
tx_mask           225 sound/soc/meson/axg-card.c 	ret = axg_tdm_set_tdm_slots(rtd->cpu_dai, be->tx_mask, be->rx_mask,
tx_mask           243 sound/soc/meson/axg-card.c 	ret = axg_tdm_set_tdm_slots(rtd->cpu_dai, NULL, be->tx_mask,
tx_mask           342 sound/soc/meson/axg-card.c 	be->tx_mask = devm_kcalloc(card->dev, AXG_TDM_NUM_LANES,
tx_mask           343 sound/soc/meson/axg-card.c 				   sizeof(*be->tx_mask), GFP_KERNEL);
tx_mask           346 sound/soc/meson/axg-card.c 	if (!be->tx_mask || !be->rx_mask)
tx_mask           351 sound/soc/meson/axg-card.c 		snd_soc_of_get_slot_mask(node, propname, &be->tx_mask[i]);
tx_mask           352 sound/soc/meson/axg-card.c 		tx = max(tx, be->tx_mask[i]);
tx_mask            35 sound/soc/meson/axg-tdm-interface.c int axg_tdm_set_tdm_slots(struct snd_soc_dai *dai, u32 *tx_mask,
tx_mask            47 sound/soc/meson/axg-tdm-interface.c 	tx_slots = axg_tdm_slots_total(tx_mask);
tx_mask            84 sound/soc/meson/axg-tdm-interface.c 		tx->mask = tx_mask;
tx_mask            74 sound/soc/meson/axg-tdm.h int axg_tdm_set_tdm_slots(struct snd_soc_dai *dai, u32 *tx_mask,
tx_mask           337 sound/soc/pxa/pxa-ssp.c 	unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
tx_mask           360 sound/soc/pxa/pxa-ssp.c 		pxa_ssp_write_reg(ssp, SSTSA, tx_mask);
tx_mask           180 sound/soc/qcom/qdsp6/q6afe-dai.c 				unsigned int tx_mask,
tx_mask           222 sound/soc/qcom/qdsp6/q6afe-dai.c 		tdm->slot_mask = (dai->id & 0x1 ? tx_mask : rx_mask) & cap_mask;
tx_mask           826 sound/soc/sh/rcar/core.c 				     u32 tx_mask, u32 rx_mask,
tx_mask          3084 sound/soc/soc-core.c 			      unsigned int *tx_mask,
tx_mask          3092 sound/soc/soc-core.c 	if (tx_mask)
tx_mask          3093 sound/soc/soc-core.c 		snd_soc_of_get_slot_mask(np, "dai-tdm-slot-tx-mask", tx_mask);
tx_mask           114 sound/soc/soc-dai.c 				       unsigned int *tx_mask,
tx_mask           117 sound/soc/soc-dai.c 	if (*tx_mask || *rx_mask)
tx_mask           123 sound/soc/soc-dai.c 	*tx_mask = (1 << slots) - 1;
tx_mask           153 sound/soc/soc-dai.c 			     unsigned int tx_mask, unsigned int rx_mask,
tx_mask           158 sound/soc/soc-dai.c 						      &tx_mask, &rx_mask);
tx_mask           160 sound/soc/soc-dai.c 		snd_soc_xlate_tdm_slot_mask(slots, &tx_mask, &rx_mask);
tx_mask           162 sound/soc/soc-dai.c 	dai->tx_mask = tx_mask;
tx_mask           166 sound/soc/soc-dai.c 		return dai->driver->ops->set_tdm_slot(dai, tx_mask, rx_mask,
tx_mask           533 sound/soc/soc-pcm.c 			codec_dai->tx_mask = 0;
tx_mask           919 sound/soc/soc-pcm.c 		    codec_dai->tx_mask)
tx_mask           921 sound/soc/soc-pcm.c 						   codec_dai->tx_mask);
tx_mask           123 sound/soc/sti/sti_uniperif.c int sti_uniperiph_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           140 sound/soc/sti/sti_uniperif.c 	uni->tdm_slot.mask = (tx_mask != 0) ? tx_mask : rx_mask;
tx_mask          1403 sound/soc/sti/uniperif.h int sti_uniperiph_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
tx_mask           593 sound/soc/stm/stm32_sai_sub.c static int stm32_sai_set_dai_tdm_slot(struct snd_soc_dai *cpu_dai, u32 tx_mask,
tx_mask           605 sound/soc/stm/stm32_sai_sub.c 		tx_mask, rx_mask, slots, slot_width);
tx_mask           625 sound/soc/stm/stm32_sai_sub.c 		sai->slot_mask = tx_mask;
tx_mask           626 sound/soc/stm/stm32_sai_sub.c 		slotr |= SAI_XSLOTR_SLOTEN_SET(tx_mask);
tx_mask           830 sound/soc/sunxi/sun4i-i2s.c 				  unsigned int tx_mask, unsigned int rx_mask,
tx_mask           729 sound/soc/ti/davinci-mcasp.c 				      unsigned int tx_mask,
tx_mask           737 sound/soc/ti/davinci-mcasp.c 		 __func__, tx_mask, rx_mask, slots, slot_width);
tx_mask           739 sound/soc/ti/davinci-mcasp.c 	if (tx_mask >= (1<<slots) || rx_mask >= (1<<slots)) {
tx_mask           742 sound/soc/ti/davinci-mcasp.c 			tx_mask, rx_mask, slots);
tx_mask           754 sound/soc/ti/davinci-mcasp.c 	mcasp->tdm_mask[SNDRV_PCM_STREAM_PLAYBACK] = tx_mask;
tx_mask            44 sound/soc/ux500/ux500_msp_dai.c 		multi->tx_channel_0_enable = drvdata->tx_mask;
tx_mask           518 sound/soc/ux500/ux500_msp_dai.c 			drvdata->tx_mask :
tx_mask           581 sound/soc/ux500/ux500_msp_dai.c 				unsigned int tx_mask,
tx_mask           615 sound/soc/ux500/ux500_msp_dai.c 	drvdata->tx_mask = tx_mask & cap;
tx_mask           760 sound/soc/ux500/ux500_msp_dai.c 	drvdata->tx_mask = 0x01;
tx_mask            52 sound/soc/ux500/ux500_msp_dai.h 	unsigned int tx_mask;