/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
D | tsi721.c | 1672 u32 tx_slot; in tsi721_add_outb_message() local 1681 tx_slot = priv->omsg_ring[mbox].tx_slot; in tsi721_add_outb_message() 1684 memcpy(priv->omsg_ring[mbox].omq_base[tx_slot], buffer, len); in tsi721_add_outb_message() 1691 desc[tx_slot].type_id = cpu_to_le32((DTYPE4 << 29) | rdev->destid); in tsi721_add_outb_message() 1694 if (tx_slot % 4 == 0) in tsi721_add_outb_message() 1695 desc[tx_slot].type_id |= cpu_to_le32(TSI721_OMD_IOF); in tsi721_add_outb_message() 1697 desc[tx_slot].msg_info = in tsi721_add_outb_message() 1700 desc[tx_slot].bufptr_lo = in tsi721_add_outb_message() 1701 cpu_to_le32((u64)priv->omsg_ring[mbox].omq_phys[tx_slot] & in tsi721_add_outb_message() 1703 desc[tx_slot].bufptr_hi = in tsi721_add_outb_message() [all …]
|
D | tsi721.h | 758 u32 tx_slot; member
|
/kernel/linux/linux-5.10/include/sound/ |
D | soc-dai.h | 132 unsigned int tx_num, unsigned int *tx_slot, 143 unsigned int *tx_num, unsigned int *tx_slot, 235 unsigned int tx_num, unsigned int *tx_slot, 238 unsigned int *tx_num, unsigned int *tx_slot,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
D | macmace.c | 64 int tx_slot, tx_sloti, tx_count; member 154 mp->tx_slot = mp->tx_sloti = 0; in mace_txdma_reset() 468 psc_write_long(PSC_ENETWR_ADDR + mp->tx_slot, (u32) mp->tx_ring_phys); in mace_xmit_start() 469 psc_write_long(PSC_ENETWR_LEN + mp->tx_slot, skb->len); in mace_xmit_start() 470 psc_write_word(PSC_ENETWR_CMD + mp->tx_slot, 0x9800); in mace_xmit_start() 472 mp->tx_slot ^= 0x10; in mace_xmit_start()
|
/kernel/linux/linux-5.10/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 | 306 DECLARE_BITMAP(tx_slot, MAX_TX_BUF_NUM);
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
D | fsl_rmu.c | 167 int tx_slot; member 666 + rmu->msg_tx_ring.tx_slot; in fsl_add_outb_message() 677 memcpy(rmu->msg_tx_ring.virt_buffer[rmu->msg_tx_ring.tx_slot], buffer, in fsl_add_outb_message() 680 memset(rmu->msg_tx_ring.virt_buffer[rmu->msg_tx_ring.tx_slot] in fsl_add_outb_message() 694 | rmu->msg_tx_ring.phys_buffer[rmu->msg_tx_ring.tx_slot]; in fsl_add_outb_message() 701 if (++rmu->msg_tx_ring.tx_slot == rmu->msg_tx_ring.size) in fsl_add_outb_message() 702 rmu->msg_tx_ring.tx_slot = 0; in fsl_add_outb_message() 763 rmu->msg_tx_ring.tx_slot = 0; in fsl_open_outb_mbox()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | rionet.c | 56 int tx_slot; member 151 rnet->tx_skb[rnet->tx_slot] = skb; in rionet_queue_tx_msg() 159 ++rnet->tx_slot; in rionet_queue_tx_msg() 160 rnet->tx_slot &= (RIONET_TX_RING_SIZE - 1); in rionet_queue_tx_msg() 347 rnet->tx_slot = 0; in rionet_open()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | max98504.c | 223 unsigned int tx_num, unsigned int *tx_slot, in max98504_set_channel_map() argument 231 if (tx_slot[i]) in max98504_set_channel_map()
|
D | adau7118.c | 124 unsigned int tx_num, unsigned int *tx_slot, in adau7118_set_channel_map() argument 137 ADAU7118_SPT_SLOT(tx_slot[chan])); in adau7118_set_channel_map()
|
D | wcd9335.c | 1985 unsigned int tx_num, unsigned int *tx_slot, in wcd9335_set_channel_map() argument 1993 if (!tx_slot || !rx_slot) { in wcd9335_set_channel_map() 1995 tx_slot, rx_slot); in wcd9335_set_channel_map() 2007 wcd->tx_chs[i].ch_num = tx_slot[i]; in wcd9335_set_channel_map() 2015 unsigned int *tx_num, unsigned int *tx_slot, in wcd9335_get_channel_map() argument 2043 if (!tx_slot || !tx_num) { in wcd9335_get_channel_map() 2045 tx_slot, tx_num); in wcd9335_get_channel_map() 2049 tx_slot[i++] = ch->ch_num; in wcd9335_get_channel_map()
|
D | wcd934x.c | 1843 unsigned int tx_num, unsigned int *tx_slot, in wcd934x_set_channel_map() argument 1857 if (!tx_slot || !rx_slot) { in wcd934x_set_channel_map() 1859 tx_slot, rx_slot); in wcd934x_set_channel_map() 1871 wcd->tx_chs[i].ch_num = tx_slot[i]; in wcd934x_set_channel_map() 1879 unsigned int *tx_num, unsigned int *tx_slot, in wcd934x_get_channel_map() argument 1907 if (!tx_slot || !tx_num) { in wcd934x_get_channel_map() 1909 tx_slot, tx_num); in wcd934x_get_channel_map() 1914 tx_slot[i++] = ch->ch_num; in wcd934x_get_channel_map()
|
/kernel/linux/linux-5.10/sound/soc/ |
D | soc-dai.c | 240 unsigned int tx_num, unsigned int *tx_slot, in snd_soc_dai_set_channel_map() argument 247 ret = dai->driver->ops->set_channel_map(dai, tx_num, tx_slot, in snd_soc_dai_set_channel_map() 264 unsigned int *tx_num, unsigned int *tx_slot, in snd_soc_dai_get_channel_map() argument 271 ret = dai->driver->ops->get_channel_map(dai, tx_num, tx_slot, in snd_soc_dai_get_channel_map()
|
/kernel/linux/linux-5.10/drivers/rapidio/ |
D | rio_cm.c | 153 int tx_slot; member 677 cm->tx_buf[cm->tx_slot] = req->buffer; in rio_txcq_handler() 684 ++cm->tx_slot; in rio_txcq_handler() 685 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); in rio_txcq_handler() 752 cm->tx_buf[cm->tx_slot] = buffer; in riocm_post_send() 756 buffer, rdev->destid, cm->tx_slot, cm->tx_cnt); in riocm_post_send() 759 ++cm->tx_slot; in riocm_post_send() 760 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); in riocm_post_send() 2150 cm->tx_slot = 0; in riocm_add_mport()
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
D | q6afe-dai.c | 276 unsigned int tx_num, unsigned int *tx_slot, in q6tdm_set_channel_map() argument 288 if (!tx_slot) { in q6tdm_set_channel_map() 299 tdm->ch_mapping[i] = tx_slot[i]; in q6tdm_set_channel_map() 510 unsigned int tx_num, unsigned int *tx_slot, in q6slim_set_channel_map() argument 519 if (!tx_slot) { in q6slim_set_channel_map() 525 pcfg->slim.ch_mapping[i] = tx_slot[i]; in q6slim_set_channel_map()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
D | core.c | 755 dev->tx_cnt = dev->tx_slot = dev->ack_slot = 0; in emac_full_tx_reset() 1249 dev->tx_cnt = dev->tx_slot = dev->ack_slot = dev->rx_slot = 0; in emac_open() 1463 slot = dev->tx_slot++; in emac_start_xmit() 1464 if (dev->tx_slot == NUM_TX_BUFF) { in emac_start_xmit() 1465 dev->tx_slot = 0; in emac_start_xmit() 1537 slot = dev->tx_slot; in emac_start_xmit_sg() 1564 DBG2(dev, "xmit_sg(%u) %d - %d" NL, skb->len, dev->tx_slot, slot); in emac_start_xmit_sg() 1570 if (dev->tx_slot == NUM_TX_BUFF - 1) in emac_start_xmit_sg() 1573 dev->tx_desc[dev->tx_slot].ctrl = ctrl; in emac_start_xmit_sg() 1574 dev->tx_slot = (slot + 1) % NUM_TX_BUFF; in emac_start_xmit_sg() [all …]
|
D | core.h | 243 int tx_slot; member
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 1241 u_char rx_slot = 0, tx_slot = 0, pcm_mode; in mode_hfcpci() local 1256 tx_slot = (bc >> 16) & 0xff; in mode_hfcpci() 1386 tx_slot = 0; in mode_hfcpci() 1390 tx_slot |= 0xC0; in mode_hfcpci() 1393 tx_slot |= 0x80; in mode_hfcpci() 1400 __func__, tx_slot); in mode_hfcpci() 1403 Write_hfc(hc, HFCPCI_B2_SSL, tx_slot); in mode_hfcpci() 1409 __func__, tx_slot); in mode_hfcpci() 1412 Write_hfc(hc, HFCPCI_B1_SSL, tx_slot); in mode_hfcpci()
|
/kernel/linux/linux-5.10/drivers/hsi/clients/ |
D | cmt_speech.c | 95 unsigned int tx_slot; member 716 hi->tx_slot = slot; in cs_hsi_write_on_data() 717 address = (u32 *)(hi->mmap_base + hi->tx_offsets[hi->tx_slot]); in cs_hsi_write_on_data() 956 hi->tx_slot = 0; in cs_hsi_buf_config()
|