Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/mvme16x/
H A Drtc.c33 static const unsigned char days_in_mo[] = variable
92 if (day > (days_in_mo[mon] + ((mon == 2) && leap_yr))) in rtc_ioctl()
/openbmc/linux/arch/m68k/bvme6000/
H A Drtc.c34 static unsigned char days_in_mo[] = variable
97 if (day > (days_in_mo[mon] + ((mon == 2) && leap_yr))) in rtc_ioctl()