Searched refs:tx_slot (Results 1 - 10 of 10) 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.h121 unsigned int tx_num, unsigned int *tx_slot,
159 unsigned int tx_num, unsigned int *tx_slot,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmacmace.c68 int tx_slot, tx_sloti, tx_count; member in struct:mace_data
158 mp->tx_slot = mp->tx_sloti = 0;
482 psc_write_long(PSC_ENETWR_ADDR + mp->tx_slot, (u32) mp->tx_ring_phys);
483 psc_write_long(PSC_ENETWR_LEN + mp->tx_slot, skb->len);
484 psc_write_word(PSC_ENETWR_CMD + mp->tx_slot, 0x9800);
486 mp->tx_slot ^= 0x10;
H A Drionet.c58 int tx_slot; member in struct:rionet_private
153 rnet->tx_skb[rnet->tx_slot] = skb;
161 ++rnet->tx_slot;
162 rnet->tx_slot &= (RIONET_TX_RING_SIZE - 1);
318 rnet->tx_slot = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-tdm.c177 unsigned int tx_num, unsigned int *tx_slot,
189 slot = tx_slot[i];
176 bf5xx_tdm_set_channel_map(struct snd_soc_dai *dai, unsigned int tx_num, unsigned int *tx_slot, unsigned int rx_num, unsigned int *rx_slot) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_rio.c181 int tx_slot; member in struct:rio_msg_tx_ring
483 + priv->msg_tx_ring.tx_slot;
496 memcpy(priv->msg_tx_ring.virt_buffer[priv->msg_tx_ring.tx_slot], buffer,
499 memset(priv->msg_tx_ring.virt_buffer[priv->msg_tx_ring.tx_slot]
524 | priv->msg_tx_ring.phys_buffer[priv->msg_tx_ring.tx_slot];
531 if (++priv->msg_tx_ring.tx_slot == priv->msg_tx_ring.size)
532 priv->msg_tx_ring.tx_slot = 0;
637 priv->msg_tx_ring.tx_slot = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dcore.h250 int tx_slot; member in struct:emac_instance
H A Ddebug.c35 " tx_cnt = %d tx_slot = %d ack_slot = %d\n",
37 p->tx_cnt, p->tx_slot, p->ack_slot);
H A Dcore.c703 dev->tx_cnt = dev->tx_slot = dev->ack_slot = 0;
1141 dev->tx_cnt = dev->tx_slot = dev->ack_slot = dev->rx_slot = 0;
1324 slot = dev->tx_slot++;
1325 if (dev->tx_slot == NUM_TX_BUFF) {
1326 dev->tx_slot = 0;
1397 slot = dev->tx_slot;
1424 DBG2(dev, "xmit_sg(%u) %d - %d" NL, skb->len, dev->tx_slot, slot);
1430 if (dev->tx_slot == NUM_TX_BUFF - 1)
1433 dev->tx_desc[dev->tx_slot].ctrl = ctrl;
1434 dev->tx_slot
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c1257 u_char rx_slot = 0, tx_slot = 0, pcm_mode; local
1272 tx_slot = (bc>>16) & 0xff;
1401 tx_slot = 0;
1405 tx_slot |= 0xC0;
1408 tx_slot |= 0x80;
1415 __func__, tx_slot);
1418 Write_hfc(hc, HFCPCI_B2_SSL, tx_slot);
1424 __func__, tx_slot);
1427 Write_hfc(hc, HFCPCI_B1_SSL, tx_slot);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-core.c2562 * @tx_slot: pointer to an array which imply the TX slot number channel
2571 unsigned int tx_num, unsigned int *tx_slot,
2575 return dai->ops->set_channel_map(dai, tx_num, tx_slot,
2570 snd_soc_dai_set_channel_map(struct snd_soc_dai *dai, unsigned int tx_num, unsigned int *tx_slot, unsigned int rx_num, unsigned int *rx_slot) argument

Completed in 162 milliseconds