Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_rndis.h25 uint32_t tx_offset; member
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dc_dwc2.c283 uint32_t tx_offset; in dwc2_set_txfifo() local
295 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