Home
last modified time | relevance | path

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

/linux-4.4.14/include/video/
Dudlfb.h95 #define DL_ALIGN_DOWN(x, a) ALIGN(x-(a-1), a) macro
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_fb.c41 #define DL_ALIGN_DOWN(x, a) ALIGN(x-(a-1), a) macro
175 aligned_x = DL_ALIGN_DOWN(x, sizeof(unsigned long)); in udl_handle_damage()
/linux-4.4.14/drivers/video/fbdev/
Dudlfb.c589 aligned_x = DL_ALIGN_DOWN(x, sizeof(unsigned long)); in dlfb_handle_damage()