Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/BuS/eb_cpu5282/
Deb_cpu5282.c154 MCFGPTA_GPTPORT ^= (1<<2); in hw_watchdog_reset()
168 MCFGPTA_GPTPORT ^= (1 << 3); in __led_toggle()
180 MCFGPTA_GPTPORT |= (1 << 3); in __led_set()
182 MCFGPTA_GPTPORT &= ~(1 << 3); in __led_set()
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dm5282.h450 #define MCFGPTA_GPTPORT (*(vu_char *)(CONFIG_SYS_MBAR+0x1A001D)) macro