Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-musb.c303 int fifostart[2]; member
465 s->ep[epnum].fifostart[0] = 0; in musb_set_size()
466 s->ep[epnum].fifostart[1] = 0; in musb_set_size()
665 ep->fifostart[0] = 0; in musb_tx_packet_complete()
745 ep->fifostart[1] = 0; in musb_rx_packet_complete()
842 ep->fifostart[0] += ep->fifolen[0]; in musb_tx_rdy()
856 if (epnum && (ep->fifostart[0]) < total) in musb_tx_rdy()
860 total = ep->fifostart[0]; in musb_tx_rdy()
886 ep->fifostart[1] += ep->rxcount; in musb_rx_req()
1171 s->ep[ep].fifostart[0] = 0; in musb_ep_writeh()
[all …]