Searched refs:hw_bufp (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-dbg.c170 le32_to_cpu(itd->hw_bufp[0]),
171 le32_to_cpu(itd->hw_bufp[1]),
172 le32_to_cpu(itd->hw_bufp[2]),
173 le32_to_cpu(itd->hw_bufp[3]),
174 le32_to_cpu(itd->hw_bufp[4]),
175 le32_to_cpu(itd->hw_bufp[5]),
176 le32_to_cpu(itd->hw_bufp[6]));
H A Dehci-sched.c930 itd->hw_bufp [0] = stream->buf0;
931 itd->hw_bufp [1] = stream->buf1;
932 itd->hw_bufp [2] = stream->buf2;
959 itd->hw_bufp [pg] |= cpu_to_le32 (uf->bufp & ~(u32)0);
966 itd->hw_bufp [pg] |= cpu_to_le32 (bufp & ~(u32)0);
H A Dehci.h392 u64 bufp; /* itd->hw_bufp{,_hi}[pg] |= */
429 * including the extra info for hw_bufp[0..2]
436 /* This is used to initialize iTD's hw_bufp fields */
465 u32 hw_bufp [7]; /* see EHCI 3.3.3 */ member in struct:ehci_itd

Completed in 38 milliseconds