Searched refs:compatoff (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/powerpc/include/asm/ |
D | fsl_liodn.h | 69 #define SET_FMAN_LIODN_ENTRY(name1, name2, idA, off, compatoff)\ argument 74 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \ 77 #define SET_LIODN_ENTRY_1(name, idA, off, compatoff) \ argument 81 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \ 84 #define SET_LIODN_ENTRY_2(name, idA, idB, off, compatoff) \ argument 88 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \ 91 #define SET_GUTS_LIODN(compat, liodn, name, compatoff) \ argument 94 compatoff)
|
/external/u-boot/arch/arm/include/asm/arch-ls102xa/ |
D | ls102xa_stream_id.h | 11 #define SET_LIODN_ENTRY_1(name, idA, off, compatoff) \ argument 15 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \ 18 #define SET_LIODN_ENTRY_2(name, idA, idB, off, compatoff) \ argument 22 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \
|