Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/boot/
Ddevtree.c232 u32 this_addr[MAX_ADDR_CELLS]; in dt_xlate() local
285 copy_val(this_addr, prop_buf + offset, prev_naddr); in dt_xlate()
287 if (!sub_reg(last_addr, this_addr)) in dt_xlate()
290 copy_val(this_addr, prop_buf + offset + prev_naddr, naddr); in dt_xlate()
292 if (!add_reg(last_addr, this_addr, naddr)) in dt_xlate()