Searched refs:bus_width_table (Results 1 – 1 of 1) sorted by relevance
114 const unsigned int bus_width_table[5] = {8, 16, 32, 64, 128}; variable492 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()