Home
last modified time | relevance | path

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

/qemu/hw/sd/
H A Dsdhci.c1095 if ((value & SDHC_STOP_AT_GAP_REQ) && (s->blkgap & SDHC_STOP_AT_GAP_REQ)) { in sdhci_blkgap_write()
1098 s->blkgap = value & SDHC_STOP_AT_GAP_REQ; in sdhci_blkgap_write()
1101 (s->blkgap & SDHC_STOP_AT_GAP_REQ) == 0) { in sdhci_blkgap_write()
1110 } else if (!s->stopped_state && (value & SDHC_STOP_AT_GAP_REQ)) { in sdhci_blkgap_write()
1134 s->blkgap &= ~(SDHC_STOP_AT_GAP_REQ | SDHC_CONTINUE_REQ); in sdhci_reset_write()
H A Dsdhci-internal.h114 #define SDHC_STOP_AT_GAP_REQ 0x01 macro