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

/freebsd-10.3-release/sys/boot/arm/at91/libat91/
H A Dmci_device.h141 #define MMC_TRTYP_BLOCK (0x0u << 19) // Block Transfer type macro
211 #define READ_SINGLE_BLOCK_CMD (17 | MMC_SPCMD_NONE | MMC_RSPTYP_48 | MMC_TRCMD_START | MMC_TRTYP_BLOCK | MMC_TRDIR | MMC_MAXLAT)
224 #define WRITE_BLOCK_CMD (24 | MMC_SPCMD_NONE | MMC_RSPTYP_48 | MMC_TRCMD_START | (MMC_TRTYP_BLOCK & ~(MMC_TRDIR)) | MMC_MAXLAT)

Completed in 75 milliseconds