Home
last modified time | relevance | path

Searched refs:SSP_CMD0_BLOCK_COUNT_OFFSET (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-ssp.h144 #define SSP_CMD0_BLOCK_COUNT_OFFSET 8 macro
/openbmc/u-boot/drivers/mmc/
H A Dmxsmmc.c216 ((data->blocks - 1) << SSP_CMD0_BLOCK_COUNT_OFFSET) | in mxsmmc_send_cmd()