Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Drtc.h155 int rtc_write16(struct udevice *dev, unsigned int reg, u16 value);
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Drtc-uclass.c80 int rtc_write16(struct udevice *dev, unsigned int reg, u16 value) in rtc_write16() function