Searched refs:dsr_req (Results 1 – 4 of 4) sorted by relevance
444 host->dsr_req = !of_property_read_u32(np, "dsr", &host->dsr); in mmc_of_parse()445 if (host->dsr_req && (host->dsr & ~0xffff)) { in mmc_of_parse()449 host->dsr_req = 0; in mmc_of_parse()
973 if (card->csd.dsr_imp && host->dsr_req) in mmc_sd_init_card()
1309 if (card->csd.dsr_imp && host->dsr_req) in mmc_init_card()
370 int dsr_req; /* DSR value is valid */ member