Searched refs:this_addr (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/powerpc/boot/ |
D | devtree.c | 236 u32 this_addr[MAX_ADDR_CELLS]; in dt_xlate() local 289 copy_val(this_addr, prop_buf + offset, prev_naddr); in dt_xlate() 291 if (!sub_reg(last_addr, this_addr)) in dt_xlate() 294 copy_val(this_addr, prop_buf + offset + prev_naddr, naddr); in dt_xlate() 296 if (!add_reg(last_addr, this_addr, naddr)) in dt_xlate()
|
/linux-2.6.39/arch/blackfin/kernel/cplb-mpu/ |
D | cplbmgr.c | 195 unsigned long this_addr = icplb_tbl[cpu][idx].addr; in icplb_miss() local 196 if (this_addr <= addr && this_addr + PAGE_SIZE > addr) { in icplb_miss()
|
/linux-2.6.39/drivers/staging/solo6x10/ |
D | v4l2.c | 298 int this_addr = fdma_addr; in solo_fillbuf() local 313 if (disp_push_desc(fh, sg_dma, this_addr, in solo_fillbuf() 320 this_addr += this_write; in solo_fillbuf()
|