Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-integrator/
Dimpd1.c39 struct clk vcos[2]; member
379 for (i = 0; i < ARRAY_SIZE(impd1->vcos); i++) { in impd1_probe()
380 impd1->vcos[i].ops = &impd1_clk_ops, in impd1_probe()
381 impd1->vcos[i].owner = THIS_MODULE, in impd1_probe()
382 impd1->vcos[i].params = &impd1_vco_params, in impd1_probe()
383 impd1->vcos[i].data = impd1; in impd1_probe()
385 impd1->vcos[0].vcoreg = impd1->base + IMPD1_OSC1; in impd1_probe()
386 impd1->vcos[1].vcoreg = impd1->base + IMPD1_OSC2; in impd1_probe()
388 impd1->clks[0] = clkdev_alloc(&impd1->vcos[0], NULL, "lm%x:01000", in impd1_probe()