Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Drockchip_dw_mmc.c48 bool fifo_mode; member
116 priv->fifo_mode = dev_read_bool(dev, "fifo-mode"); in rockchip_dwmmc_ofdata_to_platdata()
396 priv->fifo_mode = 0; in rockchip_dwmmc_probe()
422 host->fifo_mode = priv->fifo_mode; in rockchip_dwmmc_probe()
H A Ddw_mmc.c247 if (!host->fifo_mode) { in dwmci_data_transfer()
257 if (host->fifo_mode && size) { in dwmci_data_transfer()
382 if (host->fifo_mode) {
486 if (!host->fifo_mode) {
538 if (host->fifo_mode) {
822 host->fifo_mode = 0;
824 host->fifo_mode = 1;
/rk3399_rockchip-uboot/include/
H A Ddwmmc.h209 bool fifo_mode; member
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.c1059 static ushort __devinitdata fifo_mode = 4; variable
1062 static ushort __devinitdata fifo_mode = 5; variable
1064 static ushort __devinitdata fifo_mode = 2; variable
1068 module_param(fifo_mode, ushort, 0);
1069 MODULE_PARM_DESC(fifo_mode, "initial endpoint configuration");
1270 switch (fifo_mode) { in ep_config_from_table()
1272 fifo_mode = 0; in ep_config_from_table()
1300 pr_debug("%s: setup fifo_mode %d\n", musb_driver_name, fifo_mode); in ep_config_from_table()