Home
last modified time | relevance | path

Searched defs: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
/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