Home
last modified time | relevance | path

Searched defs:ftrtc010 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/rtc/
H A Dftrtc010.c14 struct ftrtc010 { struct
15 unsigned int sec; /* 0x00 */
16 unsigned int min; /* 0x04 */
17 unsigned int hour; /* 0x08 */
18 unsigned int day; /* 0x0c */
42 static struct ftrtc010 *rtc = (struct ftrtc010 *)CONFIG_FTRTC010_BASE; argument