Searched refs:tx_offset (Results 1 – 2 of 2) sorted by relevance
25 uint32_t tx_offset; member
283 uint32_t tx_offset; in dwc2_set_txfifo() local295 tx_offset = USB_OTG_GLB->GRXFSIZ; in dwc2_set_txfifo()298 USB_OTG_GLB->DIEPTXF0_HNPTXFSIZ = ((uint32_t)size << 16) | tx_offset; in dwc2_set_txfifo()300 tx_offset += (USB_OTG_GLB->DIEPTXF0_HNPTXFSIZ) >> 16; in dwc2_set_txfifo()302 tx_offset += (USB_OTG_GLB->DIEPTXF[i] >> 16); in dwc2_set_txfifo()306 USB_OTG_GLB->DIEPTXF[fifo - 1U] = ((uint32_t)size << 16) | tx_offset; in dwc2_set_txfifo()309 USB_LOG_INFO("fifo%d size:%04x, offset:%04x\r\n", fifo, size, tx_offset); in dwc2_set_txfifo()
Completed in 5 milliseconds