Home
last modified time | relevance | path

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

/arch/arm/mach-omap1/
Dleds-h2p2-debug.c127 hw_led_state |= H2P2_DBG_FPGA_LED_GREEN; in h2p2_dbg_leds_event()
130 hw_led_state &= ~H2P2_DBG_FPGA_LED_GREEN; in h2p2_dbg_leds_event()
/arch/arm/plat-omap/
Ddebug-leds.c142 hw_led_state |= H2P2_DBG_FPGA_LED_GREEN; in h2p2_dbg_leds_event()
145 hw_led_state &= ~H2P2_DBG_FPGA_LED_GREEN; in h2p2_dbg_leds_event()
/arch/arm/plat-omap/include/mach/
Dfpga.h71 #define H2P2_DBG_FPGA_LED_GREEN (1 << 15) macro