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

/linux-master/drivers/mmc/host/
H A Dvia-sdmmc.c135 #define VIA_CRDR_SDSTS_CIR 0x80 macro
149 | VIA_CRDR_SDSTS_CIR | VIA_CRDR_SDSTS_IO | VIA_CRDR_SDSTS_CRD \
154 | VIA_CRDR_SDSTS_CD | VIA_CRDR_SDSTS_CIR | VIA_CRDR_SDSTS_CRD \
900 if (sd_status & VIA_CRDR_SDSTS_CIR) {
901 writew(sd_status & VIA_CRDR_SDSTS_CIR,
907 sd_status &= ~VIA_CRDR_SDSTS_CIR;

Completed in 177 milliseconds