Lines Matching defs:tune_req
1035 slot->tune_req = malloc(sizeof(*slot->tune_req), M_DEVBUF,
1112 free(slot->tune_req, M_DEVBUF);
1205 free(slot->tune_req, M_DEVBUF);
1513 tune_data->mrq = tune_cmd->mrq = slot->tune_req;
1568 struct mmc_request *tune_req;
1599 tune_req = slot->tune_req;
1602 memset(tune_req, 0, sizeof(*tune_req));
1603 tune_req->cmd = tune_cmd;
1604 tune_req->done = sdhci_req_wakeup;
1605 tune_req->done_data = slot;
1606 slot->req = tune_req;
1609 while (!(tune_req->flags & MMC_REQ_DONE))
1610 msleep(tune_req, &slot->mtx, 0, "sdhciet", 0);
1611 if (!(tune_req->flags & MMC_TUNE_DONE))