Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsdhci.c399 SDHC_DAT_LINE_ACTIVE | SDHC_DATA_INHIBIT | in sdhci_end_transfer()
432 s->prnsts &= ~(SDHC_DAT_LINE_ACTIVE | SDHC_DOING_READ | in sdhci_read_block_from_card()
446 s->prnsts &= ~SDHC_DAT_LINE_ACTIVE; in sdhci_read_block_from_card()
453 s->prnsts &= ~SDHC_DAT_LINE_ACTIVE; in sdhci_read_block_from_card()
494 !(s->prnsts & SDHC_DAT_LINE_ACTIVE))) { in sdhci_read_dataport()
605 s->prnsts |= SDHC_DATA_INHIBIT | SDHC_DAT_LINE_ACTIVE; in sdhci_sdma_transfer_multi_blocks()
784 s->prnsts |= SDHC_DATA_INHIBIT | SDHC_DAT_LINE_ACTIVE; in sdhci_do_adma()
958 SDHC_DAT_LINE_ACTIVE; in sdhci_data_transfer()
1105 s->prnsts |= SDHC_DAT_LINE_ACTIVE | SDHC_DOING_READ; in sdhci_blkgap_write()
1108 s->prnsts |= SDHC_DAT_LINE_ACTIVE | SDHC_DOING_WRITE; in sdhci_blkgap_write()
[all …]
H A Dsdhci-internal.h77 #define SDHC_DAT_LINE_ACTIVE 0x00000004 macro