Home
last modified time | relevance | path

Searched refs:hw_bufp_hi (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h555 __hc32 hw_bufp_hi[7]; /* Appendix B */ member
H A Dfotg210-hcd.c4309 itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(uf->bufp >> 32)); in itd_patch()
4317 itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(bufp >> 32)); in itd_patch()
/openbmc/linux/drivers/usb/host/
H A Dehci.h526 __hc32 hw_bufp_hi[7]; /* Appendix B */ member
H A Dehci-sched.c1702 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(uf->bufp >> 32)); in itd_patch()
1710 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(bufp >> 32)); in itd_patch()