Home
last modified time | relevance | path

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

/arch/arm/mach-tegra/
Ddma.c116 static const unsigned int bus_width_table[5] = { variable
522 for (index = 0; index < ARRAY_SIZE(bus_width_table); index++) { in tegra_dma_update_hw()
523 if (bus_width_table[index] == ahb_bus_width) in tegra_dma_update_hw()
526 BUG_ON(index == ARRAY_SIZE(bus_width_table)); in tegra_dma_update_hw()
529 for (index = 0; index < ARRAY_SIZE(bus_width_table); index++) { in tegra_dma_update_hw()
530 if (bus_width_table[index] == apb_bus_width) in tegra_dma_update_hw()
533 BUG_ON(index == ARRAY_SIZE(bus_width_table)); in tegra_dma_update_hw()