Home
last modified time | relevance | path

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

/external/coreboot/payloads/libpayload/drivers/usb/
Ddwc2.c39 int i, fifo_blocks, tx_blocks; in dwc2_reinit() local
99 tx_blocks = fifo_blocks / 2; in dwc2_reinit()
101 grxfsiz.rxfdep = (fifo_blocks - tx_blocks) * (512 / 4) + 4; in dwc2_reinit()
104 gnptxfsiz.txfdep = tx_blocks * (512 / 4); in dwc2_reinit()