Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Domap_mmc.c40 uint16_t last_cmd; member
307 host->last_cmd = 0; in omap_mmc_reset()
343 return s->last_cmd; in omap_mmc_read()
440 s->last_cmd = value; in omap_mmc_write()
/openbmc/u-boot/drivers/mmc/
H A Dsh_mmcif.h217 u8 last_cmd; member
H A Dsh_mmcif.c440 if (host->last_cmd == MMC_CMD_READ_MULTIPLE_BLOCK) in sh_mmcif_start_cmd()
511 host->last_cmd = cmd->cmdidx; in sh_mmcif_start_cmd()
H A Domap_hsmmc.c82 ushort last_cmd; member
1057 priv->last_cmd = cmd->cmdidx;
/openbmc/qemu/include/hw/s390x/
H A Dcss.h130 CCW1 last_cmd; member
/openbmc/qemu/hw/s390x/
H A Dcss.c213 VMSTATE_STRUCT(last_cmd, SubchDev, 0, vmstate_ccw1, CCW1),
1069 if (sch->last_cmd_valid && (sch->last_cmd.cmd_code == CCW_CMD_TIC)) { in css_interpret_ccw()
1090 sch->last_cmd = ccw; in css_interpret_ccw()