Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-tegra/
Ddma.c108 static const unsigned int ahb_addr_wrap_table[8] = { variable
515 if (ahb_addr_wrap_table[index] == ahb_addr_wrap) in tegra_dma_update_hw()
518 } while (index < ARRAY_SIZE(ahb_addr_wrap_table)); in tegra_dma_update_hw()
519 BUG_ON(index == ARRAY_SIZE(ahb_addr_wrap_table)); in tegra_dma_update_hw()