Lines Matching refs:bufp
1242 uframe->bufp = (buf & ~(u64)0x0fff); in itd_sched_init()
1244 if (unlikely ((uframe->bufp != (buf & ~(u64)0x0fff)))) in itd_sched_init()
1725 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, uf->bufp & ~(u32)0); in itd_patch()
1726 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(uf->bufp >> 32)); in itd_patch()
1730 u64 bufp = uf->bufp + 4096; in itd_patch() local
1733 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, bufp & ~(u32)0); in itd_patch()
1734 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(bufp >> 32)); in itd_patch()
2041 packet->bufp = buf; in sitd_sched_init()
2135 u64 bufp = uf->bufp; in sitd_patch() local
2143 bufp = uf->bufp; in sitd_patch()
2144 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp); in sitd_patch()
2145 sitd->hw_buf_hi[0] = cpu_to_hc32(ehci, bufp >> 32); in sitd_patch()
2149 bufp += 4096; in sitd_patch()
2150 sitd->hw_buf_hi[1] = cpu_to_hc32(ehci, bufp >> 32); in sitd_patch()