Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dvia-sdmmc.c136 #define VIA_CRDR_SDSTS_CIR 0x80 macro
150 | VIA_CRDR_SDSTS_CIR | VIA_CRDR_SDSTS_IO | VIA_CRDR_SDSTS_CRD \
155 | VIA_CRDR_SDSTS_CD | VIA_CRDR_SDSTS_CIR | VIA_CRDR_SDSTS_CRD \
901 if (sd_status & VIA_CRDR_SDSTS_CIR) { in via_sdc_isr()
902 writew(sd_status & VIA_CRDR_SDSTS_CIR, in via_sdc_isr()
908 sd_status &= ~VIA_CRDR_SDSTS_CIR; in via_sdc_isr()