Searched refs:timeoutcon (Results 1 – 4 of 4) sorted by relevance
39 unsigned char timeoutcon; /* _TIMEOUT_CTRL 23:16 */ member
67 uint8_t timeoutcon; /* Timeout Control Register */ member
541 writeb(0xe, &priv->reg->timeoutcon); /* TMCLK * 2^27 */ in tegra_mmc_init()
1073 ret = s->clkcon | (s->timeoutcon << 16); in sdhci_read()1279 MASKED_WRITE(s->timeoutcon, mask >> 16, value >> 16); in sdhci_write()1526 VMSTATE_UINT8(timeoutcon, SDHCIState),