Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/boot/
Ddevtree.c241 u32 this_addr[MAX_ADDR_CELLS]; in dt_xlate() local
292 copy_val(this_addr, prop_buf + offset, prev_naddr); in dt_xlate()
294 if (!sub_reg(last_addr, this_addr)) in dt_xlate()
297 copy_val(this_addr, prop_buf + offset + prev_naddr, naddr); in dt_xlate()
299 if (!add_reg(last_addr, this_addr, naddr)) in dt_xlate()