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.c128 uint32_t rspstatus, mask; in omap_mmc_command() local
150 rspstatus = 0; in omap_mmc_command()
179 rspstatus = ldl_be_p(response); in omap_mmc_command()
197 rspstatus = ldl_be_p(response); in omap_mmc_command()
198 if (rspstatus & 0x80000000) in omap_mmc_command()
212 rspstatus = (response[2] << 8) | (response[3] << 0); in omap_mmc_command()
215 if (rspstatus & mask) in omap_mmc_command()