Lines Matching refs:frame
219 unsigned int frame)
221 if (WARN_ON(frame >= ivc->num_frames))
224 return (void *)(header + 1) + ivc->frame_size * frame;
229 unsigned int frame)
233 offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame;
240 unsigned int frame,
244 if (!ivc->peer || WARN_ON(frame >= ivc->num_frames))
247 phys = tegra_ivc_frame_phys(ivc, phys, frame) + offset;
254 unsigned int frame,
258 if (!ivc->peer || WARN_ON(frame >= ivc->num_frames))
261 phys = tegra_ivc_frame_phys(ivc, phys, frame) + offset;
266 /* directly peek at the next frame rx'ed */
330 /* directly poke at the next frame to be tx'ed */
358 * Order any possible stores to the frame before update of
577 pr_err("frame size not adequately aligned: %zu\n", frame_size);