Lines Matching +full:auto +full:- +full:detect
1 // SPDX-License-Identifier: GPL-2.0+
22 * out-of-spec.
24 * Now, by setting this to 0 (auto-detect), 100 MHz will be read from
27 * in-spec 52 MHz value.
31 * When the minimum clock frequency is set to 0 (auto-detect), U-Boot
34 * communicate with the MMC device. Hard-code this value to 400000
39 static char *BCMSTB_SDHCI_NAME = "bcmstb-sdhci";
56 host->name = BCMSTB_SDHCI_NAME; in bcmstb_sdhci_init()
57 host->ioaddr = (void *)regbase; in bcmstb_sdhci_init()
58 host->quirks = 0; in bcmstb_sdhci_init()
60 host->cfg.part_type = PART_TYPE_DOS; in bcmstb_sdhci_init()
62 host->version = sdhci_readw(host, SDHCI_HOST_VERSION); in bcmstb_sdhci_init()