Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Ddwc2_udc.h26 unsigned int 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
532 tx_fifo_sz = PTX_FIFO_SIZE; in reconfig_usbd()
538 if (dev->pdata->tx_fifo_sz) in reconfig_usbd()
539 tx_fifo_sz = dev->pdata->tx_fifo_sz; in reconfig_usbd()
560 tx_fifo_sz = dev->pdata->tx_fifo_sz_array[i]; in reconfig_usbd()
562 writel((rx_fifo_sz + np_tx_fifo_sz + (tx_fifo_sz * i)) | in reconfig_usbd()
563 tx_fifo_sz << 16, &reg->dieptxf[i]); in reconfig_usbd()
/rk3399_rockchip-uboot/drivers/net/
H A Ddwc_eth_qos.c1270 u32 val, tx_fifo_sz, rx_fifo_sz, tqs, rqs, pbl; in eqos_enable() local
1298 tx_fifo_sz = (val >> EQOS_MAC_HW_FEATURE1_TXFIFOSIZE_SHIFT) & in eqos_enable()
1307 tqs = (128 << tx_fifo_sz) / 256 - 1; in eqos_enable()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c901 .tx_fifo_sz = 128,