Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-tegra/
Ddma.c97 #define APB_SEQ_WRAP_SHIFT 16 macro
98 #define APB_SEQ_WRAP_MASK (0x7<<APB_SEQ_WRAP_SHIFT)
510 apb_seq |= index << APB_SEQ_WRAP_SHIFT; in tegra_dma_update_hw()