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

/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A Dsd-card.c51 #define SD_BLOCK_SIZE 512 macro
185 AT91C_BASE_MCI->MCI_MR |= ((SD_BLOCK_SIZE << 16) | AT91C_MCI_PDCMODE);
190 AT91C_BASE_PDC_MCI->PDC_RCR = SD_BLOCK_SIZE / 4;
195 blknum *= SD_BLOCK_SIZE;
238 walker < (unsigned int *)(dest + SD_BLOCK_SIZE); walker++)
244 dest += SD_BLOCK_SIZE;
260 byteoffset/SD_BLOCK_SIZE, length/SD_BLOCK_SIZE);
513 if (MCI_SendCommand(SET_BLOCKLEN_CMD, SD_BLOCK_SIZE))

Completed in 48 milliseconds