Home
last modified time | relevance | path

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

/qemu/hw/sd/
H A Dnpcm7xx_sdhci.c36 val = s->regs.prstvals[(addr - NPCM7XX_PRSTVALS_0) / 2]; in npcm7xx_sdhci_read()
123 memset(s->regs.prstvals, 0, sizeof(s->regs.prstvals)); in npcm7xx_sdhci_realize()
124 s->regs.prstvals[0] = NPCM7XX_PRSTVALS_0_RESET; in npcm7xx_sdhci_realize()
125 s->regs.prstvals[1] = NPCM7XX_PRSTVALS_1_RESET; in npcm7xx_sdhci_realize()
126 s->regs.prstvals[3] = NPCM7XX_PRSTVALS_3_RESET; in npcm7xx_sdhci_realize()
/qemu/include/hw/sd/
H A Dnpcm7xx_sdhci.h49 uint16_t prstvals[NPCM7XX_PRSTVALS_SIZE]; member