Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c150 int trans_bytes = 0, is_aligned = 1; local
228 is_aligned = 0;
239 is_aligned = 0;
298 !is_aligned && (data->flags == MMC_DATA_READ))
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c501 static bool is_aligned(u64 addr, u64 size, u64 align) in is_aligned() function
514 if (is_aligned(start, size, levelsize)) { in set_one_region()