Searched refs:oscillator (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/mach-omap2/
H A Dpm.c43 * struct omap2_oscillator - Describe the board main oscillator latencies
44 * @startup_time: oscillator startup latency
45 * @shutdown_time: oscillator shutdown latency
52 static struct omap2_oscillator oscillator = { variable in typeref:struct:omap2_oscillator
62 *tstart = oscillator.startup_time;
63 *tshut = oscillator.shutdown_time;
/linux-master/drivers/rtc/
H A Drtc-abx80x.c252 dev_err(&client->dev, "Unable to write oscillator status register\n");
488 dev_err(dev, "Failed to read RTC oscillator selection\n");
499 static DEVICE_ATTR_RW(oscillator);

Completed in 152 milliseconds