Searched refs:month (Results 1 – 2 of 2) sorted by relevance
11 pub month: i32, field22 month: (0), in default()52 self.month = read_cmos(CMOSTimeSelector::Month as u8) as i32; in get()74 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()