Searched defs:SDHCI_MAKE_BLKSZ (Results 1 - 1 of 1) sorted by relevance

/u-boot/include/
H A Dsdhci.h26 #define SDHCI_MAKE_BLKSZ(dma, blksz) (((dma & 0x7) << 12) | (blksz & 0xFFF)) macro

Completed in 40 milliseconds