Searched refs:rx_channel (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/arch/arm/mach-tegra/ |
D | ivc.c | 160 ACCESS_ONCE(ivc->rx_channel->r_count) = in tegra_ivc_advance_rx() 161 ACCESS_ONCE(ivc->rx_channel->r_count) + 1; in tegra_ivc_advance_rx() 201 if (!tegra_ivc_channel_empty(ivc, ivc->rx_channel)) in tegra_ivc_check_read() 205 tegra_ivc_invalidate_counter(ivc, ivc->rx_channel, offset); in tegra_ivc_check_read() 206 return tegra_ivc_channel_empty(ivc, ivc->rx_channel) ? -ENOMEM : 0; in tegra_ivc_check_read() 248 tegra_ivc_invalidate_frame(ivc, ivc->rx_channel, ivc->r_pos); in tegra_ivc_read_get_next_frame() 249 *frame = tegra_ivc_frame_pointer(ivc, ivc->rx_channel, ivc->r_pos); in tegra_ivc_read_get_next_frame() 270 tegra_ivc_flush_counter(ivc, ivc->rx_channel, offset); in tegra_ivc_read_advance() 278 tegra_ivc_invalidate_counter(ivc, ivc->rx_channel, offset); in tegra_ivc_read_advance() 280 if (tegra_ivc_channel_avail_count(ivc, ivc->rx_channel) == in tegra_ivc_read_advance() [all …]
|
/external/u-boot/arch/arm/include/asm/arch-tegra/ |
D | ivc.h | 51 struct tegra_ivc_channel_header *rx_channel; member
|
/external/u-boot/drivers/usb/musb-new/ |
D | musb_host.c | 376 if (ep->rx_channel) { in musb_advance_schedule() 377 dma->channel_release(ep->rx_channel); in musb_advance_schedule() 378 ep->rx_channel = NULL; in musb_advance_schedule() 708 dma_channel = is_out ? hw_ep->tx_channel : hw_ep->rx_channel; in musb_ep_program() 715 hw_ep->rx_channel = dma_channel; in musb_ep_program() 871 hw_ep->rx_channel = dma_channel = NULL; in musb_ep_program() 1396 dma = is_dma_capable() ? ep->rx_channel : NULL; in musb_bulk_rx_nak_timeout() 1449 dma = is_dma_capable() ? hw_ep->rx_channel : NULL; in musb_host_rx() 1747 hw_ep->rx_channel = NULL; in musb_host_rx() 2137 dma = is_in ? ep->rx_channel : ep->tx_channel;
|
D | musb_core.h | 256 struct dma_channel *rx_channel; member
|