Home
last modified time | relevance | path

Searched defs:BLOCK_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dsh_mmcif.h85 #define BLOCK_SIZE_MASK 0x0000ffff macro
/openbmc/qemu/hw/sd/
H A Dsdhci.c334 #define BLOCK_SIZE_MASK (4 * KiB - 1) macro