Home
last modified time | relevance | path

Searched refs:fifo_size (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/include/linux/usb/
H A Datmel_usba_udc.h13 int fifo_size; member
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.c304 || ep->fifo_size < in pxa25x_ep_enable()
493 is_short = unlikely(max < ep->fifo_size); in write_fifo()
1659 .fifo_size = BULK_FIFO_SIZE,
1672 .fifo_size = BULK_FIFO_SIZE,
1687 .fifo_size = ISO_FIFO_SIZE,
1700 .fifo_size = ISO_FIFO_SIZE,
1714 .fifo_size = INT_FIFO_SIZE,
1729 .fifo_size = BULK_FIFO_SIZE,
1742 .fifo_size = BULK_FIFO_SIZE,
1756 .fifo_size = ISO_FIFO_SIZE,
[all …]
H A Dpxa25x_udc.h57 unsigned short fifo_size; member
H A Datmel_usba_udc.h261 u16 fifo_size; member
H A Datmel_usba_udc.c185 maxpacket > ep->fifo_size) { in usba_ep_enable()
1280 ep->ep.maxpacket = pdata->ep[i].fifo_size; in usba_udc_pdata()
1281 ep->fifo_size = ep->ep.maxpacket; in usba_udc_pdata()
/rk3399_rockchip-uboot/drivers/spi/
H A Dexynos_spi.c36 unsigned int fifo_size; member
145 while (tx_lvl < priv->fifo_size/2 && out_bytes) { in spi_rx_tx()
287 priv->fifo_size = 64; in exynos_spi_probe()
289 priv->fifo_size = 256; in exynos_spi_probe()
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/
H A Datmel_usba_udc.h17 .fifo_size = maxpkt, \
/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c839 uint32_t fifo_size; local
841 fifo_size = dwmci_readl(host, DWMCI_FIFOTH);
842 fifo_size = ((fifo_size & RX_WMARK_MASK) >> RX_WMARK_SHIFT) + 1;
844 RX_WMARK(fifo_size / 2 - 1) |
845 TX_WMARK(fifo_size / 2);
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.c165 int fifo_size; in dwc3_gadget_resize_tx_fifos() local
210 fifo_size = DIV_ROUND_UP(tmp, mdwidth); in dwc3_gadget_resize_tx_fifos()
212 fifo_size |= (last_fifo_depth << 16); in dwc3_gadget_resize_tx_fifos()
215 dep->name, last_fifo_depth, fifo_size & 0xffff); in dwc3_gadget_resize_tx_fifos()
217 dwc3_writel(dwc->regs, DWC3_GTXFIFOSIZ(num), fifo_size); in dwc3_gadget_resize_tx_fifos()
219 last_fifo_depth += (fifo_size & 0xffff); in dwc3_gadget_resize_tx_fifos()
/rk3399_rockchip-uboot/doc/driver-model/
H A Dspi-howto.txt283 unsigned int fifo_size;
298 unsigned int fifo_size;
334 priv->fifo_size = 64;
336 priv->fifo_size = 256;
H A Dspi-howto.rst309 unsigned int fifo_size;
326 unsigned int fifo_size;
366 priv->fifo_size = 64;
368 priv->fifo_size = 256;