Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/BuS/eb_cpu5282/
H A 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()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmcfgpio.h198 return MCFGPTA_GPTPORT; in __mcfgpio_ppdr()
241 return MCFGPTA_GPTPORT; in __mcfgpio_podr()
H A Dm528xsim.h221 #define MCFGPTA_GPTPORT (MCF_IPSBAR + 0x001A001D) macro
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5282.h451 #define MCFGPTA_GPTPORT (*(vu_char *)(CONFIG_SYS_MBAR+0x1A001D)) macro