Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dvia-sdmmc.c138 #define VIA_CRDR_SDSTS_CIR 0x80 macro
152 | VIA_CRDR_SDSTS_CIR | VIA_CRDR_SDSTS_IO | VIA_CRDR_SDSTS_CRD \
157 | VIA_CRDR_SDSTS_CD | VIA_CRDR_SDSTS_CIR | VIA_CRDR_SDSTS_CRD \
899 if (sd_status & VIA_CRDR_SDSTS_CIR) { in via_sdc_isr()
900 writew(sd_status & VIA_CRDR_SDSTS_CIR, in via_sdc_isr()
906 sd_status &= ~VIA_CRDR_SDSTS_CIR; in via_sdc_isr()