Lines Matching full:sdhci
19 #include "hw/sd/sdhci.h"
22 #include "sdhci-internal.h"
43 qemu_log_mask(LOG_GUEST_ERROR, "SDHCI read of nonexistent reg: 0x%02" in npcm7xx_sdhci_read()
61 qemu_log_mask(LOG_GUEST_ERROR, "SDHCI write of nonexistent reg: 0x%02" in npcm7xx_sdhci_write()
104 SysBusDevice *sbd_sdhci = SYS_BUS_DEVICE(&s->sdhci); in npcm7xx_sdhci_realize()
107 "npcm7xx.sdhci-container", 0x1000); in npcm7xx_sdhci_realize()
119 /* propagate irq and "sd-bus" from generic-sdhci */ in npcm7xx_sdhci_realize()
133 device_cold_reset(DEVICE(&s->sdhci)); in npcm7xx_sdhci_reset()
136 s->sdhci.prnsts = NPCM7XX_PRSNTS_RESET; in npcm7xx_sdhci_reset()
137 s->sdhci.blkgap = NPCM7XX_BLKGAP_RESET; in npcm7xx_sdhci_reset()
138 s->sdhci.capareg = NPCM7XX_CAPAB_RESET; in npcm7xx_sdhci_reset()
139 s->sdhci.maxcurr = NPCM7XX_MAXCURR_RESET; in npcm7xx_sdhci_reset()
140 s->sdhci.version = NPCM7XX_HCVER_RESET; in npcm7xx_sdhci_reset()
166 object_initialize_child(OBJECT(s), TYPE_SYSBUS_SDHCI, &s->sdhci, in npcm7xx_sdhci_instance_init()