Home
last modified time | relevance | path

Searched refs:dsr_req (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dhost.c369 host->dsr_req = !device_property_read_u32(dev, "dsr", &host->dsr); in mmc_of_parse()
370 if (host->dsr_req && (host->dsr & ~0xffff)) { in mmc_of_parse()
374 host->dsr_req = 0; in mmc_of_parse()
H A Dsd.c711 if (card->csd.dsr_imp && host->dsr_req) in mmc_dsr_show()
1074 if (card->csd.dsr_imp && host->dsr_req) in mmc_sd_init_card()
H A Dmmc.c908 if (card->csd.dsr_imp && host->dsr_req) in mmc_dsr_show()
1774 if (card->csd.dsr_imp && host->dsr_req) in mmc_init_card()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h477 int dsr_req; /* DSR value is valid */ member