Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/lib/
Dcache_init.S24 LONG_S \val, (\offset + 0 * LONGSIZE)(\dst)
25 LONG_S \val, (\offset + 1 * LONGSIZE)(\dst)
26 LONG_S \val, (\offset + 2 * LONGSIZE)(\dst)
27 LONG_S \val, (\offset + 3 * LONGSIZE)(\dst)
28 LONG_S \val, (\offset + 4 * LONGSIZE)(\dst)
29 LONG_S \val, (\offset + 5 * LONGSIZE)(\dst)
30 LONG_S \val, (\offset + 6 * LONGSIZE)(\dst)
31 LONG_S \val, (\offset + 7 * LONGSIZE)(\dst)
32 #if LONGSIZE == 4
33 LONG_S \val, (\offset + 8 * LONGSIZE)(\dst)
[all …]
/external/u-boot/arch/mips/include/asm/
Dasm.h321 #define LONGSIZE 4 macro
344 #define LONGSIZE 8 macro