Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/boot/
Ddevtree.c236 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/
Dcplbmgr.c195 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/
Dv4l2.c298 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()