Lines Matching refs:hostId
35 HDF_LOGE(": =========== DUMP (host%u) REGISTER===========", host->hostId);
142 HDF_LOGE("host%u: Reset 0x%x never completed.", host->hostId, mask);
436 HDF_LOGE("host%u: Unsupported response type!", host->hostId);
606 if (host->hostId >= SDHCI_MAX_HOST_NUM) {
610 reg = cfgArray[host->hostId];
622 if (host->hostId >= SDHCI_MAX_HOST_NUM) {
623 HDF_LOGE("host id=%u is not supported!", host->hostId);
627 if (host->hostId == 1 && (clock > SDHCI_MMC_FREQ_50M)) {
628 HDF_LOGE("host%u doesn't support freq %u!", host->hostId, clock);
658 reg = cfgArray[host->hostId];
822 if (host->hostId == 0) {
832 } else if (host->hostId == 1) {
848 if (host->hostId == 0) {
882 SdhciSetDrvPhase(host->hostId, drvPhase);
1304 SdhciWaitDrvDllLock(host->hostId);
1305 SdhciEnableSamplDll(host->hostId);
1314 if (host->hostId >= (sizeof(offset) / sizeof(offset[0]))) {
1317 val = OSAL_READL(offset[host->hostId]);
1319 OSAL_WRITEL(val, offset[host->hostId]);
1364 SdhciWaitSamplDllReady(host->hostId);
1475 HDF_LOGE("host%u: tuning failed! can not found edge!", host->hostId);
1617 if (host->hostId >= SDHCI_MAX_HOST_NUM) {
1622 reg = cfgArray[host->hostId];
1628 reg = cfgArray[host->hostId];
1653 SdhciSetDrvPhase(host->hostId, 0x10);
1957 HDF_LOGD("host%u: card is consuming too much power!", host->hostId);
1973 host->hostId = (uint32_t)cntlr->index;