Home
last modified time | relevance | path

Searched defs:reg_is_binary (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()
78 static void write_reg(enum intel_rtc_registers reg, uint8_t val, bool reg_is_binary) { in write_reg()
87 static uint8_t read_reg_hour(bool reg_is_binary, bool reg_is_24_hour) { in read_reg_hour()
114 static void write_reg_hour(uint8_t hour, bool reg_is_binary, bool reg_is_24_hour) { in write_reg_hour()
145 static void rtc_mode(bool* reg_is_24_hour, bool* reg_is_binary) { in rtc_mode()
154 bool reg_is_binary; in read_time() local
171 bool reg_is_binary; in write_time() local

Completed in 3 milliseconds