Searched defs:xtal (Results 1 - 2 of 2) sorted by relevance

/sound/soc/samsung/
H A Ds3c24xx_uda134x.c38 static struct clk *xtal; variable in typeref:struct:clk
68 xtal = clk_get(&s3c24xx_uda134x_snd_device->dev, "xtal");
69 if (!xtal) {
70 printk(KERN_ERR "%s cannot get xtal\n", __func__);
78 clk_put(xtal);
88 rates[i*33] = clk_get_rate(xtal) / fs;
116 clk_put(xtal);
117 xtal = NULL;
/sound/sparc/
H A Ddbri.c155 unsigned char xtal; member in struct:__anon311
1363 mm->ctrl[2] = CS4215_XCLK | CS4215_BSEL_128 | CS4215_FREQ[0].xtal;
1616 CS4215_BSEL_128 | CS4215_FREQ[freq_idx].xtal;

Completed in 45 milliseconds