Searched refs:cmd_done (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_var.h69 uint32_t cmd_done; member in struct:dwmmc_softc
H A Ddwmmc.c316 if (!sc->cmd_done)
371 sc->cmd_done = 1;
971 sc->cmd_done = 0;
/freebsd-11.0-release/sys/riscv/htif/
H A Dhtif_block.c93 int cmd_done; member in struct:htif_blk_softc
119 sc->cmd_done = 1;
241 sc->cmd_done = 0;
246 while (sc->cmd_done == 0) {
H A Dhtif_console.c333 int cmd_done; member in struct:htif_console_softc
/freebsd-11.0-release/sys/dev/sdhci/
H A Dsdhci.h299 u_char cmd_done; /* CMD command part done flag */ member in struct:sdhci_slot
H A Dsdhci.c821 slot->cmd_done = 0;
921 slot->cmd_done = 1;
1041 if (!slot->cmd_done) {
1066 if (slot->cmd_done)
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.c2088 goto cmd_done;
2095 goto cmd_done;
2143 cmd_done:
/freebsd-11.0-release/sys/dev/twe/
H A Dtwe.c571 goto cmd_done;
580 cmd_done:
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h2996 uint64_t cmd_done : 1; /**< Operation specified by MIO_EMM_CMD completed successfully */ member in struct:cvmx_mio_emm_int::cvmx_mio_emm_int_s
3001 uint64_t cmd_done : 1;
3032 uint64_t cmd_done : 1; /**< Operation specified by MIO_EMM_CMD completed */ member in struct:cvmx_mio_emm_int_en::cvmx_mio_emm_int_en_s
3037 uint64_t cmd_done : 1;
3256 uint64_t cmd_done : 1; /**< eMMC command completed. Once the command has complete, the member in struct:cvmx_mio_emm_rsp_sts::cvmx_mio_emm_rsp_sts_s
3259 uint64_t cmd_done : 1;

Completed in 155 milliseconds