Searched refs:YELLOW_LED (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/atmel/at91rm9200ek/ |
| H A D | led.c | 21 #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 D | horizon.h | 472 #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 D | horizon.c | 1940 ctrl |= GREEN_LED_OE | YELLOW_LED_OE | GREEN_LED | YELLOW_LED; in hrz_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-integrator/ |
| H A D | hardware.h | 319 #define YELLOW_LED 0x02 macro
|