| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | jz4740.c | 74 .fifo_cfg = jz4740_musb_fifo_cfg, 183 .fifo_cfg = jz4770_musb_fifo_cfg,
|
| H A D | sunxi.c | 648 .fifo_cfg = sunxi_musb_mode_cfg, 657 .fifo_cfg = sunxi_musb_mode_cfg_h3,
|
| H A D | mediatek.c | 436 .fifo_cfg = mtk_musb_mode_cfg,
|
| H A D | musb_core.c | 1464 if (musb->config->fifo_cfg) { in ep_config_from_table() 1465 cfg = musb->config->fifo_cfg; in ep_config_from_table()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/include/mach/ |
| H A D | sdram.h | 58 u32 fifo_cfg; member 108 u32 fifo_cfg; member
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | musb.h | 64 struct musb_fifo_cfg *fifo_cfg; /* board fifo configuration */ member
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | atmel_usba_udc.c | 333 udc->fifo_cfg = NULL; in usba_config_fifo_table() 337 udc->fifo_cfg = mode_1_cfg; in usba_config_fifo_table() 341 udc->fifo_cfg = mode_2_cfg; in usba_config_fifo_table() 345 udc->fifo_cfg = mode_3_cfg; in usba_config_fifo_table() 349 udc->fifo_cfg = mode_4_cfg; in usba_config_fifo_table() 2187 ep->index = fifo_mode ? udc->fifo_cfg[i].hw_ep_num : i; in atmel_udc_of_init() 2196 if (ep->fifo_size < udc->fifo_cfg[i].fifo_size) in atmel_udc_of_init() 2200 ep->fifo_size = udc->fifo_cfg[i].fifo_size; in atmel_udc_of_init() 2205 if (ep->nr_banks < udc->fifo_cfg[i].nr_banks) in atmel_udc_of_init() 2209 ep->nr_banks = udc->fifo_cfg[i].nr_banks; in atmel_udc_of_init()
|
| H A D | atmel_usba_udc.h | 340 struct usba_fifo_cfg *fifo_cfg; member
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | musb.h | 69 struct musb_fifo_cfg *fifo_cfg; /* board fifo configuration */ member
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/altera/ |
| H A D | sdram.c | 376 writel(cfg->fifo_cfg, &sdr_ctrl->fifo_cfg); in sdr_load_regs()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/packetengines/ |
| H A D | yellowfin.c | 43 static int fifo_cfg = 0x0020; /* Bypass external Tx FIFO. */ variable 46 static int fifo_cfg = 0x0028; variable 49 static const int fifo_cfg = 0x0020; /* Bypass external Tx FIFO. */ variable 605 iowrite16(fifo_cfg, ioaddr + FIFOcfg); in yellowfin_open()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | cavium.c | 383 u64 fifo_cfg; in finish_dma_sg() local 387 fifo_cfg = readq(host->dma_base + MIO_EMM_DMA_FIFO_CFG(host)); in finish_dma_sg() 388 count = FIELD_GET(MIO_EMM_DMA_FIFO_CFG_COUNT, fifo_cfg); in finish_dma_sg()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | sata_sil.c | 225 unsigned long fifo_cfg; /* FIFO Valid Byte Count and Control */ member 666 mmio_base + sil_port[i].fifo_cfg); in sil_init_controller()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/ |
| H A D | wrap_sdram_config.c | 142 .fifo_cfg =
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | pic32.c | 199 .fifo_cfg = pic32_musb_fifo_config,
|
| H A D | musb_core.c | 1264 if (musb->config->fifo_cfg) { in ep_config_from_table() 1265 cfg = musb->config->fifo_cfg; in ep_config_from_table()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | writing_musb_glue_layer.rst | 531 .fifo_cfg = jz4740_musb_fifo_cfg, 554 about device quirks: ``fifo_cfg`` points to the USB endpoints configuration
|