Home
last modified time | relevance | path

Searched refs:PLD_LEDCR (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/renesas/sh7785lcr/
H A Dselfcheck.c17 #define PLD_LEDCR (0x04000008 + NOCACHE_OFFSET) macro
36 writeb(0x55, PLD_LEDCR); in test_led()
39 writeb(0xaa, PLD_LEDCR); in test_led()
41 writeb(0x00, PLD_LEDCR); in test_led()
/openbmc/linux/arch/sh/include/mach-common/mach/
H A Dsh7785lcr.h31 #define PLD_LEDCR (PLD_BASE_ADDR + 0x08) macro
/openbmc/linux/arch/sh/boards/
H A Dboard-sh7785lcr.c37 .start = PLD_LEDCR,
38 .end = PLD_LEDCR,