Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dfsl_diu_fb.c194 static int allocate_buf(struct diu_addr *buf, u32 size, u32 bytes_align) in allocate_buf() argument
199 ssize = size + bytes_align; in allocate_buf()
205 mask = bytes_align - 1; in allocate_buf()
208 buf->offset = bytes_align - offset; in allocate_buf()