/linux-4.4.14/drivers/mmc/core/ |
D | sd.c | 119 csd->max_dtr = tran_exp[e] * tran_mant[m]; in mmc_decode_csd() 156 csd->max_dtr = tran_exp[e] * tran_mant[m]; in mmc_decode_csd() 874 unsigned max_dtr = (unsigned int)-1; in mmc_sd_get_max_clock() local 877 if (max_dtr > card->sw_caps.hs_max_dtr) in mmc_sd_get_max_clock() 878 max_dtr = card->sw_caps.hs_max_dtr; in mmc_sd_get_max_clock() 879 } else if (max_dtr > card->csd.max_dtr) { in mmc_sd_get_max_clock() 880 max_dtr = card->csd.max_dtr; in mmc_sd_get_max_clock() 883 return max_dtr; in mmc_sd_get_max_clock()
|
D | mmc.c | 156 csd->max_dtr = tran_exp[e] * tran_mant[m]; in mmc_decode_csd() 878 unsigned int max_dtr = (unsigned int)-1; in mmc_set_bus_speed() local 881 max_dtr > card->ext_csd.hs200_max_dtr) in mmc_set_bus_speed() 882 max_dtr = card->ext_csd.hs200_max_dtr; in mmc_set_bus_speed() 883 else if (mmc_card_hs(card) && max_dtr > card->ext_csd.hs_max_dtr) in mmc_set_bus_speed() 884 max_dtr = card->ext_csd.hs_max_dtr; in mmc_set_bus_speed() 885 else if (max_dtr > card->csd.max_dtr) in mmc_set_bus_speed() 886 max_dtr = card->csd.max_dtr; in mmc_set_bus_speed() 888 mmc_set_clock(card->host, max_dtr); in mmc_set_bus_speed() 1067 unsigned int max_dtr; in mmc_select_hs400() local [all …]
|
D | sdio.c | 367 unsigned max_dtr; in mmc_sdio_get_max_clock() local 376 max_dtr = 50000000; in mmc_sdio_get_max_clock() 378 max_dtr = card->cis.max_dtr; in mmc_sdio_get_max_clock() 382 max_dtr = min(max_dtr, mmc_sd_get_max_clock(card)); in mmc_sdio_get_max_clock() 384 return max_dtr; in mmc_sdio_get_max_clock() 693 mmc_set_clock(host, card->cis.max_dtr); in mmc_sdio_init_card()
|
D | core.h | 50 int mmc_select_drive_strength(struct mmc_card *card, unsigned int max_dtr,
|
D | sdio_cis.c | 157 card->cis.max_dtr = speed_val[(buf[3] >> 3) & 15] * in cistpl_funce_common()
|
D | core.c | 1666 int mmc_select_drive_strength(struct mmc_card *card, unsigned int max_dtr, in mmc_select_drive_strength() argument 1693 return host->ops->select_drive_strength(card, max_dtr, in mmc_select_drive_strength()
|
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-pci.h | 87 unsigned int max_dtr, int host_drv,
|
D | sdhci.h | 551 unsigned int max_dtr, int host_drv,
|
D | sdhci-pci-core.c | 272 unsigned int max_dtr, in spt_select_drive_strength() argument 1406 unsigned int max_dtr, int host_drv, in sdhci_pci_select_drive_strength() argument 1414 return slot->select_drive_strength(host, card, max_dtr, host_drv, in sdhci_pci_select_drive_strength()
|
D | sdhci.c | 2093 unsigned int max_dtr, int host_drv, in sdhci_select_drive_strength() argument 2101 return host->ops->select_drive_strength(host, card, max_dtr, host_drv, in sdhci_select_drive_strength()
|
/linux-4.4.14/block/ |
D | compat_ioctl.c | 214 compat_ulong_t max_dtr; member 364 err |= __get_user(f->max_dtr, &uf->max_dtr); in compat_fd_ioctl() 437 err |= __put_user(f->max_dtr, &uf->max_dtr); in compat_fd_ioctl()
|
/linux-4.4.14/include/uapi/linux/ |
D | fd.h | 132 unsigned long max_dtr; /* Step rate, usec */ member
|
/linux-4.4.14/include/linux/mmc/ |
D | card.h | 37 unsigned int max_dtr; member 199 unsigned int max_dtr; member
|
D | host.h | 136 unsigned int max_dtr, int host_drv,
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | pdata-quirks.c | 329 card->cis.max_dtr = 24000000; in pandora_wl1251_init_card()
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_sdio.c | 307 clock = card->cis.max_dtr; in rsi_reset_card()
|