Lines Matching defs:index
1399 uint32_t phase, fall, rise, fallUpdateFlag, index;
1404 for (index = start; index <= end; index++) {
1405 SdhciSelectSamplPhase(host, index % SDHCI_PHASE_SCALE);
1408 HDF_LOGD("send tuning CMD%u fail! phase:%u err:%d.", opcode, index, err);
1410 if (err && index == start) {
1418 fall = index;
1423 rise = index;
1426 if (err && index == end) {
1441 uint32_t index, val;
1452 for (index = 0; index <= end; index++) {
1453 SdhciSelectSamplPhase(host, index * SDHCI_PHASE_SCALE_TIMES);
1463 edgeF2P = index;
1465 edgeP2F = index;
1973 host->hostId = (uint32_t)cntlr->index;