Searched refs:prstvals (Results 1 – 2 of 2) sorted by relevance
37 val = s->regs.prstvals[(addr - NPCM7XX_PRSTVALS_0) / 2]; in npcm7xx_sdhci_read()124 memset(s->regs.prstvals, 0, sizeof(s->regs.prstvals)); in npcm7xx_sdhci_realize()125 s->regs.prstvals[0] = NPCM7XX_PRSTVALS_0_RESET; in npcm7xx_sdhci_realize()126 s->regs.prstvals[1] = NPCM7XX_PRSTVALS_1_RESET; in npcm7xx_sdhci_realize()127 s->regs.prstvals[3] = NPCM7XX_PRSTVALS_3_RESET; in npcm7xx_sdhci_realize()
49 uint16_t prstvals[NPCM7XX_PRSTVALS_SIZE]; member