Home
last modified time | relevance | path

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

/arch/mips/mach-mtmips/mt7621/spl/
A Ddram.h25 u32 next_offset; member
A Dstart.S76 .word 0 # next_offset
/arch/mips/mach-octeon/include/mach/
A Dcvmx-coremask.h108 int next_offset; in cvmx_coremask_next_node() local
110 next_offset = __builtin_ffs(node_mask >> (node + 1)); in cvmx_coremask_next_node()
111 if (next_offset == 0) in cvmx_coremask_next_node()
114 return node + next_offset; in cvmx_coremask_next_node()
/arch/mips/mach-octeon/
A Docteon_fdt.c171 int offset, next_offset; in __octeon_fdt_patch_rename() local
198 for (offset = fdt_next_node(fdt, offset, NULL); offset >= 0; offset = next_offset) { in __octeon_fdt_patch_rename()
203 next_offset = fdt_next_node(fdt, offset, NULL); in __octeon_fdt_patch_rename()
243 next_offset = fdt_parent_offset(fdt, offset); in __octeon_fdt_patch_rename()
253 for (offset = fdt_next_node(fdt, offset, NULL); offset >= 0; offset = next_offset) { in __octeon_fdt_patch_rename()
257 next_offset = fdt_next_node(fdt, offset, NULL); in __octeon_fdt_patch_rename()
304 next_offset = 0; in __octeon_fdt_patch_rename()

Completed in 12 milliseconds