Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/ralink/
Dclk-mt7621.c70 static struct mt7621_gate mt7621_gates[] = { variable
156 for (i = 0; i < ARRAY_SIZE(mt7621_gates); i++) { in mt7621_register_gates()
157 sclk = &mt7621_gates[i]; in mt7621_register_gates()
172 sclk = &mt7621_gates[i]; in mt7621_register_gates()
368 ARRAY_SIZE(mt7621_fixed_clks) + ARRAY_SIZE(mt7621_gates); in mt7621_clk_init()
513 ARRAY_SIZE(mt7621_fixed_clks) + ARRAY_SIZE(mt7621_gates); in mt7621_clk_probe()
545 for (i = 0; i < ARRAY_SIZE(mt7621_gates); i++) { in mt7621_clk_probe()
546 struct mt7621_gate *sclk = &mt7621_gates[i]; in mt7621_clk_probe()