Home
last modified time | relevance | path

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

/openbmc/linux/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) { in via_sdc_isr()
901 writew(sd_status & VIA_CRDR_SDSTS_CIR, in via_sdc_isr()
907 sd_status &= ~VIA_CRDR_SDSTS_CIR; in via_sdc_isr()