Searched refs:c_resid (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | pl181.c | 186 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()
|
| D | w83l518d_sdmmc.c | 419 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()
|
| D | dwc_mmc.c | 506 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/ |
| D | pxa2x0_mci.c | 660 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/ |
| D | dev_sdmmc.h | 134 int c_resid; /* remaining I/O */ member
|
| /netbsd/src/sys/arch/arm/broadcom/ |
| D | bcm2835_sdhost.c | 439 cmd->c_resid = 0; in sdhost_dma_wait() 649 cmd->c_resid = cmd->c_datalen; in sdhost_exec_command()
|
| /netbsd/src/sys/dev/sdmmc/ |
| D | sdmmcvar.h | 171 int c_resid; /* remaining I/O */ member
|