Searched refs:REQ_IO_HIGH (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dsdhci-msm.c51 #define REQ_IO_HIGH BIT(3) macro
1537 if ((req_type & REQ_IO_HIGH || req_type & REQ_IO_LOW) &&
1554 if ((req_type & REQ_IO_HIGH) && !host->pwr) {
1637 io_level = REQ_IO_HIGH;
1663 io_level = REQ_IO_HIGH;
1698 * is only 1.8V. In such targets, even during REQ_IO_HIGH, the
1708 if ((io_level & REQ_IO_HIGH) &&
2082 REQ_IO_HIGH;
2171 if ((io_level & REQ_IO_HIGH) && (caps & CORE_3_0V_SUPPORT))

Completed in 197 milliseconds