Searched refs:acmd12errsts (Results 1 – 3 of 3) sorted by relevance
44 unsigned short acmd12errsts; /* _AUTO_CMD12_ERR_STATUS_0 15:00 */ member
75 uint16_t acmd12errsts; /* Auto CMD12 error status register */ member
340 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),