Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dfsl_diu_fb.c193 static int allocate_buf(struct diu_addr *buf, u32 size, u32 bytes_align) in allocate_buf() argument
198 ssize = size + bytes_align; in allocate_buf()
204 mask = bytes_align - 1; in allocate_buf()
207 buf->offset = bytes_align - offset; in allocate_buf()