Searched refs:rx_fifo_sz (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | dwc2_udc.h | 24 unsigned int rx_fifo_sz; member
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg.c | 460 uint32_t rx_fifo_sz, tx_fifo_sz, np_tx_fifo_sz; in reconfig_usbd() local 530 rx_fifo_sz = RX_FIFO_SIZE; in reconfig_usbd() 534 if (dev->pdata->rx_fifo_sz) in reconfig_usbd() 535 rx_fifo_sz = dev->pdata->rx_fifo_sz; in reconfig_usbd() 542 writel(rx_fifo_sz, ®->grxfsiz); 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() 1056 platdata->rx_fifo_sz = dev_read_u32_default(dev, "g-rx-fifo-size", 0); in dwc2_udc_otg_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | dwc_eth_qos.c | 1270 u32 val, tx_fifo_sz, rx_fifo_sz, tqs, rqs, pbl; in eqos_enable() local 1300 rx_fifo_sz = (val >> EQOS_MAC_HW_FEATURE1_RXFIFOSIZE_SHIFT) & in eqos_enable() 1308 rqs = (128 << rx_fifo_sz) / 256 - 1; in eqos_enable()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | board.c | 899 .rx_fifo_sz = 512,
|