Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-dwc2.c230 uint32_t chan, epnum, epdir, eptype, mps, pid, pcnt, len, tlen, intr = 0; in dwc2_handle_packet() local
239 pcnt = get_field(hctsiz, TSIZ_PKTCNT); in dwc2_handle_packet()
251 dirs[epdir], mps, len, pcnt); in dwc2_handle_packet()
316 p->pcnt = pcnt; in dwc2_handle_packet()
346 pcnt -= tpcnt < pcnt ? tpcnt : pcnt; in dwc2_handle_packet()
347 set_field(&hctsiz, pcnt, TSIZ_PKTCNT); in dwc2_handle_packet()
354 if (!pcnt || len == 0 || actual == 0) { in dwc2_handle_packet()
386 trace_usb_dwc2_packet_done(pstatus[stsidx], actual, len, pcnt); in dwc2_handle_packet()
397 p->pcnt = pcnt; in dwc2_handle_packet()
400 trace_usb_dwc2_packet_next(pstatus[stsidx], len, pcnt); in dwc2_handle_packet()
[all …]
H A Dhcd-dwc2.h53 uint32_t pcnt; member
H A Dtrace-events200 …*dir, uint32_t mps, uint32_t len, uint32_t pcnt) "ch %d dev %p pkt %p ep %d type %s dir %s mps %d …
206 …st char *status, uint32_t actual, uint32_t len, uint32_t pcnt) "status %s actual %d len %d pcnt %d"
207 usb_dwc2_packet_next(const char *status, uint32_t len, uint32_t pcnt) "status %s len %d pcnt %d"
/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h180 DO_MSA__WD__WS(PCNT_B, pcnt.b)
181 DO_MSA__WD__WS(PCNT_H, pcnt.h)
182 DO_MSA__WD__WS(PCNT_W, pcnt.w)
183 DO_MSA__WD__WS(PCNT_D, pcnt.d)