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
1060 ret = s->clkcon | (s->timeoutcon << 16); in sdhci_read()1270 MASKED_WRITE(s->timeoutcon, mask >> 16, value >> 16); in sdhci_write()1517 VMSTATE_UINT8(timeoutcon, SDHCIState),
541 writeb(0xe, &priv->reg->timeoutcon); /* TMCLK * 2^27 */ in tegra_mmc_init()