Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Domap_mmc.c118 uint32_t rspstatus, mask; in omap_mmc_command() local
140 rspstatus = 0; in omap_mmc_command()
169 rspstatus = ldl_be_p(response); in omap_mmc_command()
187 rspstatus = ldl_be_p(response); in omap_mmc_command()
188 if (rspstatus & 0x80000000) in omap_mmc_command()
202 rspstatus = (response[2] << 8) | (response[3] << 0); in omap_mmc_command()
205 if (rspstatus & mask) in omap_mmc_command()