Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-rs5c348.c48 #define RS5C348_CMD_W(addr) (((addr) << 4) | 0x08) /* single write */ macro
70 txbuf[0] = RS5C348_CMD_W(RS5C348_REG_CTL2); in rs5c348_rtc_set_time()