Searched refs:MSM6242_MONTH10 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-msm6242.c29 MSM6242_MONTH10 = 0x9, /* 10-month digit register */ enumerator in enum:__anon14002
138 tm->tm_mon = msm6242_read(priv, MSM6242_MONTH10) * 10 +
181 msm6242_write(priv, (tm->tm_mon + 1) / 10, MSM6242_MONTH10);

Completed in 63 milliseconds