Home
last modified time | relevance | path

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

/linux/arch/sh/lib/
H A DMakefile7 checksum.o strlen.o div64.o div64-generic.o
/linux/Documentation/translations/zh_CN/core-api/
H A Dkernel-api.rst173 include/asm-generic/div64.h
/linux/arch/m68k/ifpsp060/src/
H A Disp.S474 btst &0x16,%d0 # test for div64
475 bne.b uieh_div64 # go handle div64
491 # div64() may use ()+ addressing and may, therefore, alter a7.
492 # div64() may take a divide by zero exception.
/linux/drivers/video/fbdev/
H A Damifb.c571 #define div64(v) ((v)>>6) macro