Searched refs:status_check (Results 1 – 1 of 1) sorted by relevance
546 uint32_t status_check = 0; in cdns_send_cmd() local631 status_check = mmio_read_32(cdns_params.reg_base + SDHC_CDNS_SRS12) & 0xffff8000; in cdns_send_cmd()632 if (status_check != 0U) { in cdns_send_cmd()634 ERROR("SD host controller send command failed, SRS12 = %x", status_check); in cdns_send_cmd()