Searched refs:fifo_size (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | pxa25x_udc.c | 303 || ep->fifo_size < in pxa25x_ep_enable() 492 is_short = unlikely(max < ep->fifo_size); in write_fifo() 1658 .fifo_size = BULK_FIFO_SIZE, 1671 .fifo_size = BULK_FIFO_SIZE, 1686 .fifo_size = ISO_FIFO_SIZE, 1699 .fifo_size = ISO_FIFO_SIZE, 1713 .fifo_size = INT_FIFO_SIZE, 1728 .fifo_size = BULK_FIFO_SIZE, 1741 .fifo_size = BULK_FIFO_SIZE, 1755 .fifo_size = ISO_FIFO_SIZE, [all …]
|
D | pxa25x_udc.h | 56 unsigned short fifo_size; member
|
D | atmel_usba_udc.h | 260 u16 fifo_size; member
|
D | atmel_usba_udc.c | 184 maxpacket > ep->fifo_size) { in usba_ep_enable() 1279 ep->ep.maxpacket = pdata->ep[i].fifo_size; in usba_udc_pdata() 1280 ep->fifo_size = ep->ep.maxpacket; in usba_udc_pdata()
|
/external/u-boot/drivers/mmc/ |
D | dw_mmc.c | 543 uint32_t fifo_size; local 545 fifo_size = dwmci_readl(host, DWMCI_FIFOTH); 546 fifo_size = ((fifo_size & RX_WMARK_MASK) >> RX_WMARK_SHIFT) + 1; 547 host->fifoth_val = MSIZE(0x2) | RX_WMARK(fifo_size / 2 - 1) | 548 TX_WMARK(fifo_size / 2);
|
/external/u-boot/drivers/spi/ |
D | exynos_spi.c | 36 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()
|
D | stm32_spi.c | 98 unsigned int fifo_size; member 306 half_fifo = (priv->fifo_size / 2); in stm32_spi_set_fthlv() 524 priv->fifo_size = stm32_spi_get_fifo_size(dev); in stm32_spi_probe()
|
/external/u-boot/include/linux/usb/ |
D | atmel_usba_udc.h | 12 int fifo_size; member
|
/external/u-boot/arch/arm/mach-at91/include/mach/ |
D | atmel_usba_udc.h | 16 .fifo_size = maxpkt, \
|
/external/u-boot/drivers/usb/dwc3/ |
D | gadget.c | 165 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()
|
/external/u-boot/doc/driver-model/ |
D | spi-howto.rst | 309 unsigned int fifo_size; 326 unsigned int fifo_size; 366 priv->fifo_size = 64; 368 priv->fifo_size = 256;
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 410 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ member
|