Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-ds1307.c101 # define DS3231_BIT_EN32KHZ 0x08 macro
1597 DS3231_BIT_EN32KHZ, in ds3231_clk_32khz_control()
1598 enable ? DS3231_BIT_EN32KHZ : 0); in ds3231_clk_32khz_control()
1627 return !!(status & DS3231_BIT_EN32KHZ); in ds3231_clk_32khz_is_prepared()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-ds1307.c103 # define DS3231_BIT_EN32KHZ 0x08 macro
1540 DS3231_BIT_EN32KHZ, in ds3231_clk_32khz_control()
1541 enable ? DS3231_BIT_EN32KHZ : 0); in ds3231_clk_32khz_control()
1570 return !!(status & DS3231_BIT_EN32KHZ); in ds3231_clk_32khz_is_prepared()

Completed in 6 milliseconds