Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-omap1/
Dleds-h2p2-debug.c133 hw_led_state |= H2P2_DBG_FPGA_LED_AMBER; in h2p2_dbg_leds_event()
136 hw_led_state &= ~H2P2_DBG_FPGA_LED_AMBER; in h2p2_dbg_leds_event()
/linux-3.4.99/arch/arm/plat-omap/
Ddebug-leds.c147 hw_led_state |= H2P2_DBG_FPGA_LED_AMBER; in h2p2_dbg_leds_event()
150 hw_led_state &= ~H2P2_DBG_FPGA_LED_AMBER; in h2p2_dbg_leds_event()
/linux-3.4.99/arch/arm/plat-omap/include/plat/
Dfpga.h68 #define H2P2_DBG_FPGA_LED_AMBER (1 << 14) macro