Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dudlfb.h101 #define DL_ALIGN_DOWN(x, a) ALIGN_DOWN(x, a) macro
/openbmc/linux/drivers/video/fbdev/
H A Dudlfb.c613 aligned_x = DL_ALIGN_DOWN(x, sizeof(unsigned long)); in dlfb_handle_damage()