Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
59 oscillator.startup_time = tstart; in omap_pm_setup_oscillator()
60 oscillator.shutdown_time = tshut; in omap_pm_setup_oscillator()
68 *tstart = oscillator.startup_time; in omap_pm_get_oscillator()
69 *tshut = oscillator.shutdown_time; in omap_pm_get_oscillator()
/kernel/linux/linux-6.6/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
62 *tstart = oscillator.startup_time; in omap_pm_get_oscillator()
63 *tshut = oscillator.shutdown_time; in omap_pm_get_oscillator()
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-abx80x.c234 dev_err(&client->dev, "Unable to write oscillator status register\n"); in abx80x_rtc_set_time()
478 dev_err(dev, "Failed to read RTC oscillator selection\n"); in oscillator_show()
489 static DEVICE_ATTR_RW(oscillator);
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-abx80x.c252 dev_err(&client->dev, "Unable to write oscillator status register\n"); in abx80x_rtc_set_time()
488 dev_err(dev, "Failed to read RTC oscillator selection\n"); in oscillator_show()
499 static DEVICE_ATTR_RW(oscillator);

Completed in 5 milliseconds