Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c231 uint32_t tpcnt, stsidx, actual = 0; in dwc2_handle_packet() local
338 tpcnt = actual / mps; in dwc2_handle_packet()
340 tpcnt++; in dwc2_handle_packet()
346 pcnt -= tpcnt < pcnt ? tpcnt : pcnt; in dwc2_handle_packet()