Home
last modified time | relevance | path

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

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