OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DMAC_DEST_PERIP
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-lpc32xx/
dma.h
43
*
DMAC_DEST_PERIP
: Macro for loading destination peripheral
48
#define
DMAC_DEST_PERIP
(n) (((n) & 0x1F) << 6)
54
* These can be used with the
DMAC_DEST_PERIP
and DMAC_SRC_PERIP macros.
/external/u-boot/drivers/mtd/nand/
lpc32xx_nand_slc.c
299
(read ?
DMAC_DEST_PERIP
(0) :
DMAC_DEST_PERIP
(DMA_PERID_NAND1)) |
Completed in 97 milliseconds