Lines Matching defs:ret
62 u16 ret = 0;
64 ret = readw(host->ioaddr + reg);
67 ret = readw(host->ioaddr + SDHCI_HOST_VERSION);
68 ret |= SDHCI_SPEC_300;
71 return ret;
168 int ret;
185 ret = clk_prepare_enable(pltfm_host->clk);
186 if (ret)
189 ret = sdhci_add_host(host);
190 if (ret)
197 ret = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0);
198 if (ret == -EPROBE_DEFER)
200 if (!ret)
211 return ret;