Searched refs:BUS_CLK_DIV_MASK (Results 1 – 2 of 2) sorted by relevance
138 #define BUS_CLK_DIV_MASK 0x3 macro458 c->div = ((val >> c->reg_shift) & BUS_CLK_DIV_MASK) + 1; in tegra2_bus_clk_init()505 val &= ~(BUS_CLK_DIV_MASK << c->reg_shift); in tegra2_bus_clk_set_rate()
213 #define BUS_CLK_DIV_MASK 0x3 macro