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

/linux-4.4.14/drivers/video/fbdev/
H A Damifb.c580 #define DIVUL(x1, x2) ({int res; asm("divul %1,%2,%3": "=d" (res): \ macro
584 #define DIVUL(x1, x2) ((((long)((unsigned long long)x1 >> 8) / x2) << 8) + \ macro
3639 u_long tmp = DIVUL(200000000000ULL, amiga_eclock); amifb_probe()

Completed in 101 milliseconds