Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c460 uint32_t rx_fifo_sz, tx_fifo_sz, np_tx_fifo_sz; in reconfig_usbd() local
528 np_tx_fifo_sz = NPTX_FIFO_SIZE; in reconfig_usbd()
533 if (dev->pdata->np_tx_fifo_sz) in reconfig_usbd()
534 np_tx_fifo_sz = dev->pdata->np_tx_fifo_sz; in reconfig_usbd()
542 writel((np_tx_fifo_sz << 16) | rx_fifo_sz, in reconfig_usbd()
559 writel((rx_fifo_sz + np_tx_fifo_sz + (tx_fifo_sz * i)) | in reconfig_usbd()
1054 platdata->np_tx_fifo_sz = dev_read_u32_default(dev, in dwc2_udc_otg_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/include/usb/
H A Ddwc2_udc.h25 unsigned int np_tx_fifo_sz; member