Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/atmel/at91rm9200ek/
H A Dled.c21 #define YELLOW_LED (1<<1) macro
33 writel(YELLOW_LED, &pio->piob.codr); in yellow_led_on()
51 writel(YELLOW_LED, &pio->piob.sodr); in yellow_led_off()
67 writel(GREEN_LED | YELLOW_LED | RED_LED, &pio->piob.per); in coloured_LED_init()
69 writel(GREEN_LED | YELLOW_LED | RED_LED, &pio->piob.oer); in coloured_LED_init()
71 writel(GREEN_LED | YELLOW_LED | RED_LED, &pio->piob.sodr); in coloured_LED_init()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dhorizon.h472 #define YELLOW_LED DEBUG_BIT_0 macro
482 wr_regl (dev, CONTROL_0_REG, rd_regl (dev, CONTROL_0_REG) | YELLOW_LED)
484 wr_regl (dev, CONTROL_0_REG, rd_regl (dev, CONTROL_0_REG) &~ YELLOW_LED)
H A Dhorizon.c1940 ctrl |= GREEN_LED_OE | YELLOW_LED_OE | GREEN_LED | YELLOW_LED; in hrz_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-integrator/
H A Dhardware.h319 #define YELLOW_LED 0x02 macro