Searched refs:np_tx_fifo_sz (Results 1 – 6 of 6) sorted by relevance
/u-boot/include/usb/ |
A D | dwc2_udc.h | 26 unsigned int np_tx_fifo_sz; member
|
/u-boot/drivers/usb/gadget/ |
A D | dwc2_udc_otg.c | 460 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() 995 plat->np_tx_fifo_sz = dev_read_u32_default(dev, "g-np-tx-fifo-size", 0); in dwc2_udc_otg_of_to_plat()
|
/u-boot/arch/arm/mach-rockchip/ |
A D | board.c | 66 .np_tx_fifo_sz = 16,
|
/u-boot/arch/arm/mach-meson/ |
A D | board-axg.c | 207 meson_gx_dwc2_data.np_tx_fifo_sz = fdtdec_get_int(blob, dwc2_node, in board_usb_init()
|
A D | board-g12a.c | 246 meson_g12a_dwc2_data.np_tx_fifo_sz = fdtdec_get_int(blob, dwc2_node, in board_usb_init()
|
A D | board-gx.c | 243 meson_gx_dwc2_data.np_tx_fifo_sz = fdtdec_get_int(blob, dwc2_node, in board_usb_init()
|
Completed in 7 milliseconds