Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/ralink/
H A Dclk-mt7621.c70 static struct mt7621_gate mt7621_gates[] = { variable
162 for (i = 0; i < ARRAY_SIZE(mt7621_gates); i++) { in mt7621_register_gates()
163 sclk = &mt7621_gates[i]; in mt7621_register_gates()
178 sclk = &mt7621_gates[i]; in mt7621_register_gates()
374 ARRAY_SIZE(mt7621_fixed_clks) + ARRAY_SIZE(mt7621_gates); in mt7621_clk_init()
519 ARRAY_SIZE(mt7621_fixed_clks) + ARRAY_SIZE(mt7621_gates); in mt7621_clk_probe()
550 for (i = 0; i < ARRAY_SIZE(mt7621_gates); i++) { in mt7621_clk_probe()
551 struct mt7621_gate *sclk = &mt7621_gates[i]; in mt7621_clk_probe()