Home
last modified time | relevance | path

Searched refs:MMC_DATA_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dmmcreg.h198 #define MMC_DATA_BLOCK_SIZE (1UL << 4) macro
/freebsd/sys/dev/sdhci/
H A Dsdhci.c574 if (slot->curcmd->data->flags & MMC_DATA_BLOCK_SIZE) in sdhci_read_block_pio()
623 if (slot->curcmd->data->flags & MMC_DATA_BLOCK_SIZE) { in sdhci_write_block_pio()
1999 if (data->flags & MMC_DATA_BLOCK_SIZE) {
/freebsd/sys/dev/sdio/
H A Dsdiob.c325 mmcd.flags |= MMC_DATA_BLOCK_SIZE; in sdiob_rw_extended_cam()
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c1150 if (cmd->data->flags & MMC_DATA_BLOCK_SIZE) { in dwmmc_start_cmd()
/freebsd/sys/arm/allwinner/
H A Daw_mmc.c1041 if (cmd->data->flags & MMC_DATA_BLOCK_SIZE) {