Searched refs:tx_channel (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/arm/mach-tegra/
H A Divc.c18 * Each end uses its tx_channel.state to indicate its synchronization state.
53 * written through the tx_channel pointer, while the second is only written
174 WRITE_ONCE(ivc->tx_channel->w_count,
175 READ_ONCE(ivc->tx_channel->w_count) + 1);
188 * tx_channel->state is set locally, so it is not synchronized with
195 if (ivc->tx_channel->state != ivc_state_established)
216 if (ivc->tx_channel->state != ivc_state_established)
219 if (!tegra_ivc_channel_full(ivc, ivc->tx_channel))
223 tegra_ivc_invalidate_counter(ivc, ivc->tx_channel, offset);
224 return tegra_ivc_channel_full(ivc, ivc->tx_channel)
[all...]
/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h51 * tx_channel - Pointer to the shared memory region used to send
54 struct tegra_ivc_channel_header *tx_channel; member in struct:tegra_ivc
61 * w_pos - The position in list of frames in tx_channel that we are
/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c288 hw_ep->tx_channel ? "dma" : "pio");
290 if (!hw_ep->tx_channel)
387 if (ep->tx_channel) {
388 dma->channel_release(ep->tx_channel);
389 ep->tx_channel = NULL;
625 struct dma_channel *channel = hw_ep->tx_channel;
673 hw_ep->tx_channel = NULL;
713 dma_channel = is_out ? hw_ep->tx_channel : hw_ep->rx_channel;
718 hw_ep->tx_channel = dma_channel;
1133 dma = is_dma_capable() ? hw_ep->tx_channel
[all...]
H A Dmusb_core.h255 struct dma_channel *tx_channel; member in struct:musb_hw_ep
H A Dmusb_core.c884 ep->tx_channel ? " DMA" : "",
886 if (!ep->tx_channel)

Completed in 113 milliseconds