Home
last modified time | relevance | path

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

/drivers/rtc/
A Dht1380.c59 static int ht1380_send_byte(struct ht1380_priv *priv, int byte) in ht1380_send_byte() function
135 ret = ht1380_send_byte(priv, BURST + READ); in ht1380_rtc_get()
209 ret = ht1380_send_byte(priv, PROTECT); in ht1380_write_protection_off()
212 ret = ht1380_send_byte(priv, 0); /* WP bit is 0 */ in ht1380_write_protection_off()
249 ret = ht1380_send_byte(priv, BURST); in ht1380_rtc_set()
251 ret = ht1380_send_byte(priv, reg[i]); in ht1380_rtc_set()

Completed in 6 milliseconds