Searched refs:tx_mask (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc-dai.h118 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width);
156 unsigned int tx_mask, unsigned int rx_mask,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_parallel.c95 unsigned int tx_mask = 1; variable
140 out(LIRC_PORT_DATA, tx_mask);
503 tx_mask = ivalue;
642 out(LIRC_PORT_DATA, tx_mask);
684 module_param(tx_mask, int, S_IRUGO);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Deeprom.h136 u8 tx_mask; member in struct:ar9170_eeprom
H A Dmain.c1345 if (ar->eeprom.tx_mask == 1) {
2092 tx_streams = hweight8(ar->eeprom.tx_mask);
H A Dphy.c1547 if (ar->eeprom.tx_mask != 1)
1654 if (ar->eeprom.tx_mask != 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dene_ir.c647 static int ene_set_tx_mask(void *data, u32 tx_mask) argument
651 ene_dbg("TX: attempt to set transmitter mask %02x", tx_mask);
654 if (!tx_mask || tx_mask & ~0x3) {
661 dev->transmitter_mask = tx_mask;
H A Dmceusb.c266 unsigned char tx_mask; member in struct:mceusb_dev
535 cmdbuf[cmdcount++] = ir->tx_mask;
605 ir->tx_mask = (mask != 0x03 ? mask ^ 0x03 : mask) << 1;
607 ir->tx_mask = mask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmoxa.c1875 u16 head, tail, tx_mask, spage, epage; local
1880 tx_mask = readw(ofsAddr + TX_mask);
1885 c = (head > tail) ? (head - tail - 1) : (head - tail + tx_mask);
1897 len = tx_mask + 1 - tail;
1902 tail = (tail + len) & tx_mask;
1921 tail = (tail + total) & tx_mask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dimx-ssi.c62 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
77 writel(tx_mask, ssi->base + SSI_STMSK);
61 imx_ssi_set_dai_tdm_slot(struct snd_soc_dai *cpu_dai, unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Dpxa-ssp.c408 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
431 pxa_ssp_write_reg(ssp, SSTSA, tx_mask);
407 pxa_ssp_set_dai_tdm_slot(struct snd_soc_dai *cpu_dai, unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dsolos-pci.c112 int tx_mask; member in struct:solos_card
961 card->tx_mask |= (1 << port);
983 * The queue lock is required for _writing_ to tx_mask, but we're
989 tx_pending = card->tx_mask & ~card_flags;
1001 card->tx_mask &= ~(1 << port);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dad193x.c126 static int ad193x_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask, argument
H A Dwm8993.c1327 static int wm8993_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask, argument
1359 switch (tx_mask) {
H A Dwm9081.c1159 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
1158 wm9081_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) argument
H A Dwm8904.c1786 static int wm8904_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask, argument
1814 switch (tx_mask) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgianfar.h1160 unsigned long tx_mask, unsigned long rx_mask);
H A Dgianfar.c1809 unsigned long tx_mask, unsigned long rx_mask)
1828 for_each_set_bit(i, &tx_mask, priv->num_tx_queues) {
1808 gfar_configure_coalescing(struct gfar_private *priv, unsigned long tx_mask, unsigned long rx_mask) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-core.c2539 * @tx_mask: bitmask representing active TX slots.
2548 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
2551 return dai->ops->set_tdm_slot(dai, tx_mask, rx_mask,
2547 snd_soc_dai_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) argument

Completed in 177 milliseconds