Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Drtc.h137 int rtc_read16(struct udevice *dev, unsigned int reg, u16 *valuep);
/openbmc/u-boot/drivers/bootcount/
H A Drtc.c36 if (rtc_read16(priv->rtc, priv->offset, &val) < 0) { in bootcount_rtc_get()
/openbmc/u-boot/drivers/rtc/
H A Drtc-uclass.c62 int rtc_read16(struct udevice *dev, unsigned int reg, u16 *valuep) in rtc_read16() function