Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsh_mmcif.h43 #define CMD_SET_RBSY (1 << 21) macro
H A Dsh_mmcif.c40 if (sh_mmcif_read(&host->regs->ce_cmd_set) & CMD_SET_RBSY) in sh_mmcif_intr()
359 tmp |= CMD_SET_RBSY; in sh_mmcif_set_cmd()
/openbmc/linux/drivers/mmc/host/
H A Dsh_mmcif.c65 #define CMD_SET_RBSY (1 << 21) /* R1b */ macro
820 tmp |= CMD_SET_RBSY | CMD_SET_RTYP_6B; in sh_mmcif_set_cmd()