Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Drtc.h147 int rtc_write16(struct udevice *dev, unsigned int reg, u16 value);
/openbmc/u-boot/drivers/bootcount/
H A Drtc.c23 if (rtc_write16(priv->rtc, priv->offset, val) < 0) { in bootcount_rtc_set()
/openbmc/u-boot/drivers/rtc/
H A Drtc-uclass.c79 int rtc_write16(struct udevice *dev, unsigned int reg, u16 value) in rtc_write16() function