Searched refs:month (Results 1 – 2 of 2) sorted by relevance
13 pub month: i32, field24 month: (0), in default()54 self.month = read_cmos(CMOSTimeSelector::Month as u8) as i32; in get()76 self.month = (self.month & 0xf) + (self.month >> 4) * 10; in get()
37 for month in 1..rtc_time.month { in ktime_get_real()38 match month { in ktime_get_real()