Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Ddwc2_udc.h25 unsigned int np_tx_fifo_sz; member
/rk3399_rockchip-uboot/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
531 np_tx_fifo_sz = NPTX_FIFO_SIZE; in reconfig_usbd()
536 if (dev->pdata->np_tx_fifo_sz) in reconfig_usbd()
537 np_tx_fifo_sz = dev->pdata->np_tx_fifo_sz; in reconfig_usbd()
545 writel((np_tx_fifo_sz << 16) | rx_fifo_sz, in reconfig_usbd()
562 writel((rx_fifo_sz + np_tx_fifo_sz + (tx_fifo_sz * i)) | in reconfig_usbd()
1057 platdata->np_tx_fifo_sz = dev_read_u32_default(dev, in dwc2_udc_otg_ofdata_to_platdata()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c900 .np_tx_fifo_sz = 16,