Searched refs:div32 (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/core/
H A Dpcm_lib.c539 static inline unsigned int div32(unsigned int a, unsigned int b, function
563 q = div32(a, b, &r);
714 c->min = div32(a->min, b->max, &r);
717 c->max = div32(a->max, b->min, &r);
/linux-master/drivers/video/fbdev/
H A Damifb.c566 #define div32(v) ((v)>>5) macro

Completed in 255 milliseconds