Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/mach-common/
Dcache-c.c18 u32 dmem = bfin_read_DMEM_CONTROL(); in blackfin_invalidate_entire_dcache() local
19 bfin_write_DMEM_CONTROL(dmem & ~0xc); in blackfin_invalidate_entire_dcache()
21 bfin_write_DMEM_CONTROL(dmem); in blackfin_invalidate_entire_dcache()
/linux-3.4.99/drivers/usb/host/
Dimx21-dbg.c209 struct imx21_dmem_area *dmem; in debug_status_show() local
224 list_for_each_entry(dmem, &imx21->dmem_list, list) { in debug_status_show()
225 dmem_bytes += dmem->size; in debug_status_show()
261 struct imx21_dmem_area *dmem; in debug_dmem_show() local
267 list_for_each_entry(dmem, &imx21->dmem_list, list) in debug_dmem_show()
271 dmem->offset, dmem->size, in debug_dmem_show()
272 format_ep(dmem->ep, ep_text, sizeof(ep_text))); in debug_dmem_show()
Dimx21-hcd.c242 void __iomem *dmem = imx21->regs + USBOTG_DMEM + dmem_offset; in copy_to_dmem() local
252 writel(word, dmem); in copy_to_dmem()
253 dmem += 4; in copy_to_dmem()
259 writel(word, dmem); in copy_to_dmem()
/linux-3.4.99/drivers/staging/zcache/
Dzcache-main.c1329 unsigned char *dmem = __get_cpu_var(zcache_dstmem); in zcache_compress() local
1333 if (unlikely(dmem == NULL)) in zcache_compress()
1338 ret = zcache_comp_op(ZCACHE_COMPOP_COMPRESS, from_va, PAGE_SIZE, dmem, in zcache_compress()
1341 *out_va = dmem; in zcache_compress()
/linux-3.4.99/Documentation/video4linux/bttv/
DSound-FAQ83 from ftp://telepresence.dmem.strath.ac.uk/pub/bt848/winutil, but it
/linux-3.4.99/drivers/staging/ramster/
Dzcache-main.c2199 unsigned char *dmem = __get_cpu_var(zcache_dstmem); in zcache_compress() local
2204 if (unlikely(dmem == NULL || wmem == NULL)) in zcache_compress()
2208 ret = lzo1x_1_compress(from_va, PAGE_SIZE, dmem, out_len, wmem); in zcache_compress()
2210 *out_va = dmem; in zcache_compress()