Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dpl181.c186 cmd->c_resid -= len; in plmmc_intr_xfer()
387 const int xferlen = uimin(cmd->c_resid, PLMMC_MAXXFER); in plmmc_do_command()
397 cmd->c_opcode, cmd->c_flags, cmd->c_datalen, cmd->c_resid, xferlen); in plmmc_do_command()
429 (cmd->c_datalen - cmd->c_resid) / SDMMC_SECTOR_SIZE; in plmmc_do_command()
451 if ((cmd->c_flags & SCF_RSP_PRESENT) && cmd->c_resid == 0) { in plmmc_do_command()
504 cmd->c_resid = cmd->c_datalen; in plmmc_exec_command()
509 if (cmd->c_resid > 0 && cmd->c_error == 0) { in plmmc_exec_command()
521 } while (cmd->c_resid > 0 && cmd->c_error == 0); in plmmc_exec_command()
Dw83l518d_sdmmc.c419 datalen = MIN(datalen, cmd->c_resid); in wb_sdmmc_transfer_data()
427 cmd->c_resid -= datalen; in wb_sdmmc_transfer_data()
486 cmd->c_resid = cmd->c_datalen; in wb_sdmmc_exec_command()
541 while (cmd->c_resid > 0) { in wb_sdmmc_exec_command()
560 cmd->c_blklen, cmd->c_datalen, cmd->c_resid); in wb_sdmmc_exec_command()
Ddwc_mmc.c506 resid = uimin(len, cmd->c_resid); in dwc_mmc_dma_prepare()
517 cmd->c_resid -= len; in dwc_mmc_dma_prepare()
524 if (cmd->c_resid == 0) { in dwc_mmc_dma_prepare()
708 cmd->c_resid = cmd->c_datalen; in dwc_mmc_exec_command()
/netbsd/src/sys/arch/arm/xscale/
Dpxa2x0_mci.c660 cmd->c_resid = cmd->c_datalen; in pxamci_exec_command()
972 device_xname(sc->sc_dev), cmd, cmd->c_resid)); in pxamci_intr_data()
974 n = MIN(32, cmd->c_resid); in pxamci_intr_data()
975 cmd->c_resid -= n; in pxamci_intr_data()
991 if (cmd->c_resid > 0) { in pxamci_intr_data()
/netbsd/src/sys/arch/evbarm/stand/boot2440/
Ddev_sdmmc.h134 int c_resid; /* remaining I/O */ member
/netbsd/src/sys/arch/arm/broadcom/
Dbcm2835_sdhost.c439 cmd->c_resid = 0; in sdhost_dma_wait()
649 cmd->c_resid = cmd->c_datalen; in sdhost_exec_command()
/netbsd/src/sys/dev/sdmmc/
Dsdmmcvar.h171 int c_resid; /* remaining I/O */ member