Go to the documentation of this file.
19 #ifndef _SIBYTE_BOARD_H
20 #define _SIBYTE_BOARD_H
22 #if defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_CRHONE) || \
23 defined(CONFIG_SIBYTE_CRHINE) || defined(CONFIG_SIBYTE_LITTLESUR)
27 #if defined(CONFIG_SIBYTE_SENTOSA) || defined(CONFIG_SIBYTE_RHONE)
31 #ifdef CONFIG_SIBYTE_CARMEL
35 #ifdef CONFIG_SIBYTE_BIGSUR
42 #define setleds(t0, t1, c0, c1, c2, c3) \
43 li t0, (LEDS_PHYS|0xa0000000); \
53 #define setleds(t0, t1, c0, c1, c2, c3)
63 #define setleds(s) do { } while (0)