HomeSort by relevance Sort by last modified time
    Searched refs:w_pos (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-tegra/
ivc.h 63 * w_pos - The position in list of frames in tx_channel that we are
66 uint32_t w_pos; member in struct:tegra_ivc
  /external/u-boot/arch/arm/mach-tegra/
ivc.c 174 if (ivc->w_pos == ivc->nframes - 1)
175 ivc->w_pos = 0;
177 ivc->w_pos++;
243 * Order observation of w_pos potentially indicating new data before
273 * Ensure our write to r_pos occurs before our read from w_pos.
293 *frame = tegra_ivc_frame_pointer(ivc, ivc->tx_channel, ivc->w_pos);
307 tegra_ivc_flush_frame(ivc, ivc->tx_channel, ivc->w_pos);
310 * Order any possible stores to the frame before update of w_pos.
319 * Ensure our write to w_pos occurs before our read from r_pos.
376 ivc->w_pos = 0
    [all...]

Completed in 283 milliseconds