Home
last modified time | relevance | path

Searched refs:acmd12errsts (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dtegra_mmc.h44 unsigned short acmd12errsts; /* _AUTO_CMD12_ERR_STATUS_0 15:00 */ member
/openbmc/qemu/include/hw/sd/
H A Dsdhci.h75 uint16_t acmd12errsts; /* Auto CMD12 error status register */ member
/openbmc/qemu/hw/sd/
H A Dsdhci.c340 s->acmd12errsts = 0; in sdhci_send_command()
1072 ret = s->acmd12errsts | (s->hostctl2 << 16); in sdhci_read()
1328 s->acmd12errsts |= value; in sdhci_write()
1330 if (s->acmd12errsts) { in sdhci_write()
1339 MASKED_WRITE(s->acmd12errsts, mask, value & UINT16_MAX); in sdhci_write()
1525 VMSTATE_UINT16(acmd12errsts, SDHCIState),