Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-tegra/
Ddma.c114 const unsigned int bus_width_table[5] = {8, 16, 32, 64, 128}; variable
492 for (index = 0; index < ARRAY_SIZE(bus_width_table); index++) { in tegra_dma_update_hw()
493 if (bus_width_table[index] == ahb_bus_width) in tegra_dma_update_hw()
496 BUG_ON(index == ARRAY_SIZE(bus_width_table)); in tegra_dma_update_hw()
499 for (index = 0; index < ARRAY_SIZE(bus_width_table); index++) { in tegra_dma_update_hw()
500 if (bus_width_table[index] == apb_bus_width) in tegra_dma_update_hw()
503 BUG_ON(index == ARRAY_SIZE(bus_width_table)); in tegra_dma_update_hw()