Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds