Home
last modified time | relevance | path

Searched refs:tx_pos (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/platform/raspberrypi/vchiq-interface/
H A DTESTING90 tx_pos=0x1e8(@43b0acda), rx_pos=0x170(@05493af8)
95 Local: slots 34-64 tx_pos=0x1e8 recycle=0x1f
107 Remote: slots 2-32 tx_pos=0x170 recycle=0x1f
H A Dvchiq_core.c704 int tx_pos = state->local_tx_pos; in reserve_space() local
705 int slot_space = VCHIQ_SLOT_SIZE - (tx_pos & VCHIQ_SLOT_MASK); in reserve_space()
712 (state->tx_data + (tx_pos & VCHIQ_SLOT_MASK)); in reserve_space()
716 tx_pos += slot_space; in reserve_space()
720 if ((tx_pos & VCHIQ_SLOT_MASK) == 0) { in reserve_space()
731 state->local_tx_pos = tx_pos; in reserve_space()
732 local->tx_pos = tx_pos; in reserve_space()
740 if (tx_pos == (state->slot_queue_available * VCHIQ_SLOT_SIZE)) { in reserve_space()
743 __func__, tx_pos); in reserve_space()
747 slot_index = local->slot_queue[SLOT_QUEUE_INDEX_FROM_POS_MASKED(tx_pos)]; in reserve_space()
[all …]
/linux/drivers/media/rc/
H A Dene_ir.h216 int tx_pos; /* position in that buffer */ member
/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_define.h241 u32 tx_pos; member
H A Dspl2sw_desc.c216 comm->tx_pos = 0; in spl2sw_descs_init()
H A Dspl2sw_mac.c264 comm->tx_pos = 0; in spl2sw_mac_soft_reset()
H A Dspl2sw_int.c153 while (((tx_done_pos != comm->tx_pos) || (comm->tx_desc_full == 1)) && budget_left) { in spl2sw_tx_poll()
/linux/include/linux/raspberrypi/
H A Dvchiq_core.h280 int tx_pos; member
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c458 unsigned int tx_dsr, tx_pos, tx_qidx; in xlgmac_prepare_tx_stop() local
465 tx_pos = (channel->queue_index * DMA_DSR_Q_LEN) + in xlgmac_prepare_tx_stop()
471 tx_pos = ((tx_qidx % DMA_DSRX_QPR) * DMA_DSR_Q_LEN) + in xlgmac_prepare_tx_stop()
482 tx_status = XLGMAC_GET_REG_BITS(tx_status, tx_pos, in xlgmac_prepare_tx_stop()