Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/
H A Deb_cpu5282.c147 MCFGPTA_GPTDDR |= (1<<2); in hw_watchdog_init()
149 MCFGPTA_GPTDDR &= ~(1<<2); in hw_watchdog_init()
174 MCFGPTA_GPTDDR |= (1 << 3); in __led_init()
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dm5282.h452 #define MCFGPTA_GPTDDR (*(vu_char *)(CONFIG_SYS_MBAR+0x1A001E)) macro