Searched defs:is_readonly (Results 1 - 1 of 1) sorted by relevance

/drivers/mmc/host/
H A Dsdhci.c1641 int is_readonly; local
1646 is_readonly = 0;
1648 is_readonly = host->ops->get_ro(host);
1650 is_readonly = !(sdhci_readl(host, SDHCI_PRESENT_STATE)
1657 !is_readonly : is_readonly;

Completed in 341 milliseconds