Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/sh/include/mach-common/mach/
Dhp6xx.h31 #define PKDR_LED_GREEN 0x10 macro