Searched refs:core_version (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | msm_sdhci.c | 92 u32 core_version, core_minor, core_major; in msm_sdc_probe() local 127 core_version = readl(prv->base + SDCC_MCI_VERSION); in msm_sdc_probe() 129 core_major = (core_version & SDCC_MCI_VERSION_MAJOR_MASK); in msm_sdc_probe() 132 core_minor = core_version & SDCC_MCI_VERSION_MINOR_MASK; in msm_sdc_probe()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-msm.c | 2458 u32 core_version, config; in sdhci_msm_probe() local 2604 core_version = msm_host_readl(msm_host, host, in sdhci_msm_probe() 2606 core_major = (core_version & CORE_VERSION_MAJOR_MASK) >> in sdhci_msm_probe() 2608 core_minor = core_version & CORE_VERSION_MINOR_MASK; in sdhci_msm_probe() 2610 core_version, core_major, core_minor); in sdhci_msm_probe()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-2.0.3.min.map | 1 …tElement","_jQuery","jQuery","_$","$","class2type","core_deletedIds","core_version","core_concat",…
|