OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTC_BASE
(Results
1 - 10
of
10
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-am33xx/
hardware_ti814x.h
54
#define
RTC_BASE
0x480C0000
hardware_ti816x.h
60
#define
RTC_BASE
0x480C0000
hardware_am33xx.h
62
#define
RTC_BASE
0x44E3E000
hardware_am43xx.h
61
#define
RTC_BASE
0x44E3E000
/external/u-boot/arch/arm/include/asm/arch-lpc32xx/
cpu.h
27
#define
RTC_BASE
0x40024000 /* RTC registers base */
/external/u-boot/drivers/rtc/
ds1556.c
27
#define
RTC_BASE
( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR )
29
#define RTC_YEAR (
RTC_BASE
+ 0xf )
30
#define RTC_MONTH (
RTC_BASE
+ 0xe )
31
#define RTC_DAY_OF_MONTH (
RTC_BASE
+ 0xd )
32
#define RTC_DAY_OF_WEEK (
RTC_BASE
+ 0xc )
33
#define RTC_HOURS (
RTC_BASE
+ 0xb )
34
#define RTC_MINUTES (
RTC_BASE
+ 0xa )
35
#define RTC_SECONDS (
RTC_BASE
+ 0x9 )
36
#define RTC_CENTURY (
RTC_BASE
+ 0x8 )
40
#define RTC_CONTROLC
RTC_BASE
[
all
...]
ds164x.c
33
#define
RTC_BASE
( CONFIG_SYS_NVRAM_BASE_ADDR + CONFIG_SYS_NVRAM_SIZE )
35
#define RTC_YEAR (
RTC_BASE
+ 0x07 )
36
#define RTC_MONTH (
RTC_BASE
+ 0x06 )
37
#define RTC_DAY_OF_MONTH (
RTC_BASE
+ 0x05 )
38
#define RTC_DAY_OF_WEEK (
RTC_BASE
+ 0x04 )
39
#define RTC_HOURS (
RTC_BASE
+ 0x03 )
40
#define RTC_MINUTES (
RTC_BASE
+ 0x02 )
41
#define RTC_SECONDS (
RTC_BASE
+ 0x01 )
42
#define RTC_CONTROL (
RTC_BASE
+ 0x00 )
ds174x.c
24
#define
RTC_BASE
( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR )
26
#define RTC_YEAR (
RTC_BASE
+ 7 )
27
#define RTC_MONTH (
RTC_BASE
+ 6 )
28
#define RTC_DAY_OF_MONTH (
RTC_BASE
+ 5 )
29
#define RTC_DAY_OF_WEEK (
RTC_BASE
+ 4 )
30
#define RTC_HOURS (
RTC_BASE
+ 3 )
31
#define RTC_MINUTES (
RTC_BASE
+ 2 )
32
#define RTC_SECONDS (
RTC_BASE
+ 1 )
33
#define RTC_CENTURY (
RTC_BASE
+ 0 )
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
pwr.h
127
#define
RTC_BASE
0x40002800UL
/external/u-boot/arch/arm/include/asm/arch-ep93xx/
ep93xx.h
582
#define
RTC_BASE
(EP93XX_APB_BASE | RTC_OFFSET)
Completed in 716 milliseconds