/* * arch/arm/include/asm/hardware/memc.h * * Copyright (C) Russell King. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #define VDMA_ALIGNMENT PAGE_SIZE #define VDMA_XFERSIZE 16 #define VDMA_INIT 0 #define VDMA_START 1 #define VDMA_END 2 #ifndef __ASSEMBLY__ extern void memc_write(unsigned int reg, unsigned long val); #define video_set_dma(start,end,offset) \ do { \ memc_write (VDMA_START, (start >> 2)); \ memc_write (VDMA_END, (end - VDMA_XFERSIZE) >> 2); \ memc_write (VDMA_INIT, (offset >> 2)); \ } while (0) #endif
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
cache-feroceon-l2.h | File | 398 B | 0644 |
|
cache-l2x0.h | File | 6.69 KB | 0644 |
|
cache-tauros2.h | File | 441 B | 0644 |
|
cache-uniphier.h | File | 867 B | 0644 |
|
cp14.h | File | 24.97 KB | 0644 |
|
dec21285.h | File | 5.44 KB | 0644 |
|
entry-macro-iomd.S | File | 5.79 KB | 0644 |
|
ioc.h | File | 1.66 KB | 0644 |
|
iomd.h | File | 4.27 KB | 0644 |
|
iop3xx-adma.h | File | 21.74 KB | 0644 |
|
iop3xx.h | File | 11.74 KB | 0644 |
|
iop_adma.h | File | 3.82 KB | 0644 |
|
it8152.h | File | 3.85 KB | 0644 |
|
locomo.h | File | 6.98 KB | 0644 |
|
memc.h | File | 696 B | 0644 |
|
sa1111.h | File | 13.49 KB | 0644 |
|
scoop.h | File | 1.93 KB | 0644 |
|
ssp.h | File | 626 B | 0644 |
|