Searched refs:RTC_IO_EXTENT (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | mc146818rtc.h | 101 #ifndef RTC_IO_EXTENT 102 #define RTC_IO_EXTENT 0x10 /* Only really two ports, but... */ macro
|
/linux-2.4.37.9/drivers/char/ |
D | rtc.c | 774 r = request_region(RTC_PORT(0), RTC_IO_EXTENT, "rtc"); in rtc_init() 776 r = request_mem_region(RTC_PORT(0), RTC_IO_EXTENT, "rtc"); in rtc_init() 788 release_region(RTC_PORT(0), RTC_IO_EXTENT); in rtc_init() 790 release_mem_region(RTC_PORT(0), RTC_IO_EXTENT); in rtc_init() 875 release_region(RTC_PORT(0), RTC_IO_EXTENT); in rtc_exit() 877 release_mem_region(RTC_PORT(0), RTC_IO_EXTENT); in rtc_exit()
|
D | lcd.c | 15 #define RTC_IO_EXTENT 0x10 /*Only really two ports, but... */ macro
|
/linux-2.4.37.9/include/asm-mips/dec/ |
D | rtc-dec.h | 26 #define RTC_IO_EXTENT dec_kn_slot_size macro
|
/linux-2.4.37.9/include/asm-mips64/dec/ |
D | rtc-dec.h | 26 #define RTC_IO_EXTENT dec_kn_slot_size macro
|