Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-tv/
Dmixer_video.c259 static unsigned int divup(unsigned int divident, unsigned int divisor) in divup() argument
261 return (divident + divisor - 1) / divisor; in divup()