Home
last modified time | relevance | path

Searched refs:RTC_BASE (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/boards/mach-sh03/
H A Drtc.c19 #define RTC_BASE 0xb0000000 macro
20 #define RTC_SEC1 (RTC_BASE + 0)
21 #define RTC_SEC10 (RTC_BASE + 1)
22 #define RTC_MIN1 (RTC_BASE + 2)
23 #define RTC_MIN10 (RTC_BASE + 3)
24 #define RTC_HOU1 (RTC_BASE + 4)
25 #define RTC_HOU10 (RTC_BASE + 5)
26 #define RTC_WEE1 (RTC_BASE + 6)
27 #define RTC_DAY1 (RTC_BASE + 7)
28 #define RTC_DAY10 (RTC_BASE + 8)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/boards/mach-sh03/
H A Drtc.c19 #define RTC_BASE 0xb0000000 macro
20 #define RTC_SEC1 (RTC_BASE + 0)
21 #define RTC_SEC10 (RTC_BASE + 1)
22 #define RTC_MIN1 (RTC_BASE + 2)
23 #define RTC_MIN10 (RTC_BASE + 3)
24 #define RTC_HOU1 (RTC_BASE + 4)
25 #define RTC_HOU10 (RTC_BASE + 5)
26 #define RTC_WEE1 (RTC_BASE + 6)
27 #define RTC_DAY1 (RTC_BASE + 7)
28 #define RTC_DAY10 (RTC_BASE + 8)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/boards/mach-sh03/
H A Drtc.c19 #define RTC_BASE 0xb0000000 macro
20 #define RTC_SEC1 (RTC_BASE + 0)
21 #define RTC_SEC10 (RTC_BASE + 1)
22 #define RTC_MIN1 (RTC_BASE + 2)
23 #define RTC_MIN10 (RTC_BASE + 3)
24 #define RTC_HOU1 (RTC_BASE + 4)
25 #define RTC_HOU10 (RTC_BASE + 5)
26 #define RTC_WEE1 (RTC_BASE + 6)
27 #define RTC_DAY1 (RTC_BASE + 7)
28 #define RTC_DAY10 (RTC_BASE + 8)
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/scriptedwizard/resources/arm/files/olimex-lpc213x/h/
H A Dlpc213x.h741 #define RTC_BASE 0xE0024000 macro
744 #define RTC_CTC __REG32(RTC_BASE + 0x04) /* Clock Tick Counter */
747 #define RTC_AMR __REG32(RTC_BASE + 0x10) /* Alarm Mask Register */
748 #define RTC_CTIME0 __REG32(RTC_BASE + 0x14) /* Time Register 0 */
749 #define RTC_CTIME1 __REG32(RTC_BASE + 0x18) /* Time Register 1 */
750 #define RTC_CTIME2 __REG32(RTC_BASE + 0x1C) /* Time Register 2 */
751 #define RTC_SEC __REG32(RTC_BASE + 0x20) /* Seconds Register */
752 #define RTC_MIN __REG32(RTC_BASE + 0x24) /* Minutes Register */
753 #define RTC_HOUR __REG32(RTC_BASE + 0x28) /* Hours Register */
757 #define RTC_MONTH __REG32(RTC_BASE + 0x38) /* Months Register */
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/rtc/
H A Dds1556.c44 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
46 #define RTC_YEAR ( RTC_BASE + 0xf )
47 #define RTC_MONTH ( RTC_BASE + 0xe )
48 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd )
49 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0xc )
50 #define RTC_HOURS ( RTC_BASE + 0xb )
51 #define RTC_MINUTES ( RTC_BASE + 0xa )
52 #define RTC_SECONDS ( RTC_BASE + 0x9 )
53 #define RTC_CENTURY ( RTC_BASE + 0x8 )
57 #define RTC_CONTROLC RTC_BASE
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/rtc/
H A Dds1556.c44 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
46 #define RTC_YEAR ( RTC_BASE + 0xf )
47 #define RTC_MONTH ( RTC_BASE + 0xe )
48 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd )
49 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0xc )
50 #define RTC_HOURS ( RTC_BASE + 0xb )
51 #define RTC_MINUTES ( RTC_BASE + 0xa )
52 #define RTC_SECONDS ( RTC_BASE + 0x9 )
53 #define RTC_CENTURY ( RTC_BASE + 0x8 )
57 #define RTC_CONTROLC RTC_BASE
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/rtc/
H A Dds1556.c44 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
46 #define RTC_YEAR ( RTC_BASE + 0xf )
47 #define RTC_MONTH ( RTC_BASE + 0xe )
48 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd )
49 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0xc )
50 #define RTC_HOURS ( RTC_BASE + 0xb )
51 #define RTC_MINUTES ( RTC_BASE + 0xa )
52 #define RTC_SECONDS ( RTC_BASE + 0x9 )
53 #define RTC_CENTURY ( RTC_BASE + 0x8 )
57 #define RTC_CONTROLC RTC_BASE
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/rtc/
H A Dds1556.c44 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
46 #define RTC_YEAR ( RTC_BASE + 0xf )
47 #define RTC_MONTH ( RTC_BASE + 0xe )
48 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd )
49 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0xc )
50 #define RTC_HOURS ( RTC_BASE + 0xb )
51 #define RTC_MINUTES ( RTC_BASE + 0xa )
52 #define RTC_SECONDS ( RTC_BASE + 0x9 )
53 #define RTC_CENTURY ( RTC_BASE + 0x8 )
57 #define RTC_CONTROLC RTC_BASE
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/rtc/
H A Dds1556.c44 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
46 #define RTC_YEAR ( RTC_BASE + 0xf )
47 #define RTC_MONTH ( RTC_BASE + 0xe )
48 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd )
49 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0xc )
50 #define RTC_HOURS ( RTC_BASE + 0xb )
51 #define RTC_MINUTES ( RTC_BASE + 0xa )
52 #define RTC_SECONDS ( RTC_BASE + 0x9 )
53 #define RTC_CENTURY ( RTC_BASE + 0x8 )
57 #define RTC_CONTROLC RTC_BASE
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/rtc/
H A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
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

12345678910>>...36