Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc/
Dtodc.h96 #define TODC_TYPE_DS1501 8 /* Dallas DS1501 RTC */ macro
/linux-2.4.37.9/arch/ppc/kernel/
Dtodc_time.c213 else if (todc_info->rtc_type == TODC_TYPE_DS1501) { in todc_time_init()