Home
last modified time | relevance | path

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

/system/dev/rtc/intel-rtc/
A Dintel-rtc.c73 static uint8_t read_reg(enum intel_rtc_registers reg, bool reg_is_binary) { in read_reg() function
157 rtc->seconds = read_reg(REG_SECONDS, reg_is_binary); in read_time()
158 rtc->minutes = read_reg(REG_MINUTES, reg_is_binary); in read_time()
161 rtc->day = read_reg(REG_DAY_OF_MONTH, reg_is_binary); in read_time()
162 rtc->month = read_reg(REG_MONTH, reg_is_binary); in read_time()
163 rtc->year = read_reg(REG_YEAR, reg_is_binary) + 2000; in read_time()

Completed in 2 milliseconds