Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/leds/
Dleds-hp6xx.c24 outb(v8 & (~PKDR_LED_GREEN), PKDR); in hp6xxled_green_set()
26 outb(v8 | PKDR_LED_GREEN, PKDR); in hp6xxled_green_set()
/Linux-v5.10/arch/sh/include/mach-common/mach/
Dhp6xx.h27 #define PKDR_LED_GREEN 0x10 macro