Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dvendor.c25 #define PAGE_ALGIN_SIZE (4096uL) macro
26 #define PAGE_ALGIN_MASK (~(PAGE_ALGIN_SIZE - 1))
501 buffer = (u8 *)memalign(PAGE_ALGIN_SIZE, size); in vendor_storage_init()