| /Linux-v4.19/include/sound/ |
| D | soc-dai.h | 132 unsigned int tx_num, unsigned int *tx_slot, 143 unsigned int *tx_num, unsigned int *tx_slot, 171 unsigned int tx_num, unsigned int *tx_slot, 174 unsigned int *tx_num, unsigned int *tx_slot,
|
| /Linux-v4.19/drivers/rapidio/devices/ |
| D | tsi721.c | 1685 u32 tx_slot; in tsi721_add_outb_message() local 1694 tx_slot = priv->omsg_ring[mbox].tx_slot; in tsi721_add_outb_message() 1697 memcpy(priv->omsg_ring[mbox].omq_base[tx_slot], buffer, len); in tsi721_add_outb_message() 1704 desc[tx_slot].type_id = cpu_to_le32((DTYPE4 << 29) | rdev->destid); in tsi721_add_outb_message() 1707 if (tx_slot % 4 == 0) in tsi721_add_outb_message() 1708 desc[tx_slot].type_id |= cpu_to_le32(TSI721_OMD_IOF); in tsi721_add_outb_message() 1710 desc[tx_slot].msg_info = in tsi721_add_outb_message() 1713 desc[tx_slot].bufptr_lo = in tsi721_add_outb_message() 1714 cpu_to_le32((u64)priv->omsg_ring[mbox].omq_phys[tx_slot] & in tsi721_add_outb_message() 1716 desc[tx_slot].bufptr_hi = in tsi721_add_outb_message() [all …]
|
| D | tsi721.h | 771 u32 tx_slot; member
|
| /Linux-v4.19/drivers/net/ethernet/apple/ |
| D | macmace.c | 68 int tx_slot, tx_sloti, tx_count; member 158 mp->tx_slot = mp->tx_sloti = 0; in mace_txdma_reset() 472 psc_write_long(PSC_ENETWR_ADDR + mp->tx_slot, (u32) mp->tx_ring_phys); in mace_xmit_start() 473 psc_write_long(PSC_ENETWR_LEN + mp->tx_slot, skb->len); in mace_xmit_start() 474 psc_write_word(PSC_ENETWR_CMD + mp->tx_slot, 0x9800); in mace_xmit_start() 476 mp->tx_slot ^= 0x10; in mace_xmit_start()
|
| /Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
| D | htc_drv_beacon.c | 144 int padpos, padsize, ret, tx_slot; in ath9k_htc_send_buffered() local 166 tx_slot = ath9k_htc_tx_get_slot(priv); in ath9k_htc_send_buffered() 167 if (tx_slot < 0) { in ath9k_htc_send_buffered() 173 ret = ath9k_htc_tx_start(priv, NULL, skb, tx_slot, true); in ath9k_htc_send_buffered() 175 ath9k_htc_tx_clear_slot(priv, tx_slot); in ath9k_htc_send_buffered()
|
| D | htc_drv_debug.c | 300 MAX_TX_BUF_NUM, priv->tx.tx_slot, in read_file_slot() 301 bitmap_weight(priv->tx.tx_slot, MAX_TX_BUF_NUM)); in read_file_slot()
|
| D | htc_drv_txrx.c | 84 slot = find_first_zero_bit(priv->tx.tx_slot, MAX_TX_BUF_NUM); in ath9k_htc_tx_get_slot() 89 __set_bit(slot, priv->tx.tx_slot); in ath9k_htc_tx_get_slot() 98 __clear_bit(slot, priv->tx.tx_slot); in ath9k_htc_tx_clear_slot()
|
| D | htc.h | 305 DECLARE_BITMAP(tx_slot, MAX_TX_BUF_NUM);
|
| /Linux-v4.19/arch/powerpc/sysdev/ |
| D | fsl_rmu.c | 171 int tx_slot; member 670 + rmu->msg_tx_ring.tx_slot; in fsl_add_outb_message() 681 memcpy(rmu->msg_tx_ring.virt_buffer[rmu->msg_tx_ring.tx_slot], buffer, in fsl_add_outb_message() 684 memset(rmu->msg_tx_ring.virt_buffer[rmu->msg_tx_ring.tx_slot] in fsl_add_outb_message() 698 | rmu->msg_tx_ring.phys_buffer[rmu->msg_tx_ring.tx_slot]; in fsl_add_outb_message() 705 if (++rmu->msg_tx_ring.tx_slot == rmu->msg_tx_ring.size) in fsl_add_outb_message() 706 rmu->msg_tx_ring.tx_slot = 0; in fsl_add_outb_message() 768 rmu->msg_tx_ring.tx_slot = 0; in fsl_open_outb_mbox()
|
| /Linux-v4.19/drivers/net/ |
| D | rionet.c | 60 int tx_slot; member 155 rnet->tx_skb[rnet->tx_slot] = skb; in rionet_queue_tx_msg() 163 ++rnet->tx_slot; in rionet_queue_tx_msg() 164 rnet->tx_slot &= (RIONET_TX_RING_SIZE - 1); in rionet_queue_tx_msg() 350 rnet->tx_slot = 0; in rionet_open()
|
| /Linux-v4.19/sound/soc/codecs/ |
| D | max98504.c | 226 unsigned int tx_num, unsigned int *tx_slot, in max98504_set_channel_map() argument 234 if (tx_slot[i]) in max98504_set_channel_map()
|
| /Linux-v4.19/sound/soc/qcom/qdsp6/ |
| D | q6afe-dai.c | 234 unsigned int tx_num, unsigned int *tx_slot, in q6tdm_set_channel_map() argument 246 if (!tx_slot) { in q6tdm_set_channel_map() 257 tdm->ch_mapping[i] = tx_slot[i]; in q6tdm_set_channel_map() 379 unsigned int tx_num, unsigned int *tx_slot, in q6slim_set_channel_map() argument 388 if (!tx_slot) { in q6slim_set_channel_map() 394 pcfg->slim.ch_mapping[i] = tx_slot[i]; in q6slim_set_channel_map()
|
| /Linux-v4.19/drivers/rapidio/ |
| D | rio_cm.c | 162 int tx_slot; member 686 cm->tx_buf[cm->tx_slot] = req->buffer; in rio_txcq_handler() 693 ++cm->tx_slot; in rio_txcq_handler() 694 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); in rio_txcq_handler() 761 cm->tx_buf[cm->tx_slot] = buffer; in riocm_post_send() 765 buffer, rdev->destid, cm->tx_slot, cm->tx_cnt); in riocm_post_send() 768 ++cm->tx_slot; in riocm_post_send() 769 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); in riocm_post_send() 2150 cm->tx_slot = 0; in riocm_add_mport()
|
| /Linux-v4.19/drivers/net/ethernet/ibm/emac/ |
| D | core.c | 760 dev->tx_cnt = dev->tx_slot = dev->ack_slot = 0; in emac_full_tx_reset() 1234 dev->tx_cnt = dev->tx_slot = dev->ack_slot = dev->rx_slot = 0; in emac_open() 1448 slot = dev->tx_slot++; in emac_start_xmit() 1449 if (dev->tx_slot == NUM_TX_BUFF) { in emac_start_xmit() 1450 dev->tx_slot = 0; in emac_start_xmit() 1521 slot = dev->tx_slot; in emac_start_xmit_sg() 1548 DBG2(dev, "xmit_sg(%u) %d - %d" NL, skb->len, dev->tx_slot, slot); in emac_start_xmit_sg() 1554 if (dev->tx_slot == NUM_TX_BUFF - 1) in emac_start_xmit_sg() 1557 dev->tx_desc[dev->tx_slot].ctrl = ctrl; in emac_start_xmit_sg() 1558 dev->tx_slot = (slot + 1) % NUM_TX_BUFF; in emac_start_xmit_sg() [all …]
|
| D | core.h | 252 int tx_slot; member
|
| /Linux-v4.19/drivers/isdn/hardware/mISDN/ |
| D | hfcpci.c | 1257 u_char rx_slot = 0, tx_slot = 0, pcm_mode; in mode_hfcpci() local 1272 tx_slot = (bc >> 16) & 0xff; in mode_hfcpci() 1402 tx_slot = 0; in mode_hfcpci() 1406 tx_slot |= 0xC0; in mode_hfcpci() 1409 tx_slot |= 0x80; in mode_hfcpci() 1416 __func__, tx_slot); in mode_hfcpci() 1419 Write_hfc(hc, HFCPCI_B2_SSL, tx_slot); in mode_hfcpci() 1425 __func__, tx_slot); in mode_hfcpci() 1428 Write_hfc(hc, HFCPCI_B1_SSL, tx_slot); in mode_hfcpci()
|
| /Linux-v4.19/drivers/hsi/clients/ |
| D | cmt_speech.c | 108 unsigned int tx_slot; member 729 hi->tx_slot = slot; in cs_hsi_write_on_data() 730 address = (u32 *)(hi->mmap_base + hi->tx_offsets[hi->tx_slot]); in cs_hsi_write_on_data() 969 hi->tx_slot = 0; in cs_hsi_buf_config()
|
| /Linux-v4.19/sound/soc/ |
| D | soc-core.c | 2623 unsigned int tx_num, unsigned int *tx_slot, in snd_soc_dai_set_channel_map() argument 2627 return dai->driver->ops->set_channel_map(dai, tx_num, tx_slot, in snd_soc_dai_set_channel_map() 2645 unsigned int *tx_num, unsigned int *tx_slot, in snd_soc_dai_get_channel_map() argument 2649 return dai->driver->ops->get_channel_map(dai, tx_num, tx_slot, in snd_soc_dai_get_channel_map()
|