Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/usb/
Ddwc2_udc.h26 unsigned int np_tx_fifo_sz; member
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Ddwc2_udc_otg.c458 uint32_t rx_fifo_sz, tx_fifo_sz, np_tx_fifo_sz; in reconfig_usbd() local
526 np_tx_fifo_sz = NPTX_FIFO_SIZE; in reconfig_usbd()
531 if (dev->pdata->np_tx_fifo_sz) in reconfig_usbd()
532 np_tx_fifo_sz = dev->pdata->np_tx_fifo_sz; in reconfig_usbd()
540 writel((np_tx_fifo_sz << 16) | rx_fifo_sz, in reconfig_usbd()
557 writel((rx_fifo_sz + np_tx_fifo_sz + (tx_fifo_sz * i)) | in reconfig_usbd()
1053 platdata->np_tx_fifo_sz = dev_read_u32_default(dev, in dwc2_udc_otg_ofdata_to_platdata()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-rockchip/
Dboard.c62 .np_tx_fifo_sz = 16,
/third_party/uboot/u-boot-2020.01/arch/arm/mach-meson/
Dboard-g12a.c242 meson_g12a_dwc2_data.np_tx_fifo_sz = fdtdec_get_int(blob, dwc2_node, in board_usb_init()