Home
last modified time | relevance | path

Searched refs:PKDR_LED_GREEN (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/leds/
Dleds-hp6xx.c27 outb(v8 & (~PKDR_LED_GREEN), PKDR); in hp6xxled_green_set()
29 outb(v8 | PKDR_LED_GREEN, PKDR); in hp6xxled_green_set()
/linux-4.1.27/arch/sh/include/mach-common/mach/
Dhp6xx.h31 #define PKDR_LED_GREEN 0x10 macro