Home
last modified time | relevance | path

Searched refs:timeoutcon (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dtegra_mmc.h39 unsigned char timeoutcon; /* _TIMEOUT_CTRL 23:16 */ member
/openbmc/qemu/include/hw/sd/
H A Dsdhci.h67 uint8_t timeoutcon; /* Timeout Control Register */ member
/openbmc/qemu/hw/sd/
H A Dsdhci.c1060 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),
/openbmc/u-boot/drivers/mmc/
H A Dtegra_mmc.c541 writeb(0xe, &priv->reg->timeoutcon); /* TMCLK * 2^27 */ in tegra_mmc_init()