Searched refs:fifo_cfg_size (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | musb.h | 65 unsigned fifo_cfg_size; /* size of the fifo configuration */ member
|
/openbmc/u-boot/include/linux/usb/ |
H A D | musb.h | 70 unsigned fifo_cfg_size; /* size of the fifo configuration */ member
|
/openbmc/linux/drivers/usb/musb/ |
H A D | jz4740.c | 76 .fifo_cfg_size = ARRAY_SIZE(jz4740_musb_fifo_cfg), 226 .fifo_cfg_size = ARRAY_SIZE(jz4770_musb_fifo_cfg),
|
H A D | mpfs.c | 45 .fifo_cfg_size = ARRAY_SIZE(mpfs_musb_mode_cfg),
|
H A D | sunxi.c | 659 .fifo_cfg_size = ARRAY_SIZE(sunxi_musb_mode_cfg_5eps), 669 .fifo_cfg_size = ARRAY_SIZE(sunxi_musb_mode_cfg_4eps),
|
H A D | mediatek.c | 387 .fifo_cfg_size = ARRAY_SIZE(mtk_musb_mode_cfg),
|
H A D | musb_core.c | 1462 n = musb->config->fifo_cfg_size; in ep_config_from_table()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | sunxi.c | 418 .fifo_cfg_size = ARRAY_SIZE(sunxi_musb_mode_cfg), 427 .fifo_cfg_size = ARRAY_SIZE(sunxi_musb_mode_cfg_h3),
|
H A D | pic32.c | 199 .fifo_cfg_size = ARRAY_SIZE(pic32_musb_fifo_config),
|
H A D | musb_core.c | 1266 n = musb->config->fifo_cfg_size; in ep_config_from_table()
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | writing_musb_glue_layer.rst | 532 .fifo_cfg_size = ARRAY_SIZE(jz4740_musb_fifo_cfg), 555 table and ``fifo_cfg_size`` keeps track of the size of the number of
|