Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/core/
Dhost.c423 host->dsr_req = !device_property_read_u32(dev, "dsr", &host->dsr); in mmc_of_parse()
424 if (host->dsr_req && (host->dsr & ~0xffff)) { in mmc_of_parse()
428 host->dsr_req = 0; in mmc_of_parse()
Dsd.c725 if (card->csd.dsr_imp && host->dsr_req) in mmc_dsr_show()
1466 if (card->csd.dsr_imp && host->dsr_req) in mmc_sd_init_card()
Dmmc.c839 if (card->csd.dsr_imp && host->dsr_req) in mmc_dsr_show()
1704 if (card->csd.dsr_imp && host->dsr_req) in mmc_init_card()
/linux-6.1.9/include/linux/mmc/
Dhost.h505 int dsr_req; /* DSR value is valid */ member