Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Ddiv64.h16 unsigned long long n64; \
21 __n.n64 = (n); \
30 (n) = __n.n64; \
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Ddiv64.h16 unsigned long long n64; \
21 __n.n64 = (n); \
30 (n) = __n.n64; \
/kernel/linux/linux-6.6/sound/mips/
H A DMakefile12 obj-$(CONFIG_SND_N64) += snd-n64.o
/kernel/linux/linux-5.10/arch/mips/kernel/
H A DMakefile81 obj-$(CONFIG_64BIT) += scall64-n64.o
/kernel/linux/linux-6.6/arch/mips/kernel/
H A DMakefile76 obj-$(CONFIG_64BIT) += scall64-n64.o
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dtgafb.c1060 unsigned long dpos, spos, i, n64; local
1067 n64 = (height * width) / 64;
1073 for (i = 0; i < n64; ++i) {
1085 for (i = 0; i < n64; ++i) {
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dtgafb.c1066 unsigned long dpos, spos, i, n64; local
1073 n64 = (height * width) / 64;
1079 for (i = 0; i < n64; ++i) {
1091 for (i = 0; i < n64; ++i) {

Completed in 5 milliseconds