Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dmc146818rtc.h119 #define RTC_IO_EXTENT_USED 0x2 macro
123 #define RTC_IO_EXTENT_USED RTC_IO_EXTENT macro
/linux-4.19.296/drivers/char/
Drtc.c912 r = rtc_request_region(RTC_IO_EXTENT_USED); in rtc_init()