Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-omap1/
Dleds-h2p2-debug.c126 hw_led_state |= H2P2_DBG_FPGA_LED_GREEN; in h2p2_dbg_leds_event()
129 hw_led_state &= ~H2P2_DBG_FPGA_LED_GREEN; in h2p2_dbg_leds_event()
/linux-3.4.99/arch/arm/plat-omap/
Ddebug-leds.c140 hw_led_state |= H2P2_DBG_FPGA_LED_GREEN; in h2p2_dbg_leds_event()
143 hw_led_state &= ~H2P2_DBG_FPGA_LED_GREEN; in h2p2_dbg_leds_event()
/linux-3.4.99/arch/arm/plat-omap/include/plat/
Dfpga.h67 #define H2P2_DBG_FPGA_LED_GREEN (1 << 15) macro