Home
last modified time | relevance | path

Searched refs:PKDR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/leds/
H A Dleds-hp6xx.c22 v8 = inb(PKDR); in hp6xxled_green_set()
24 outb(v8 & (~PKDR_LED_GREEN), PKDR); in hp6xxled_green_set()
26 outb(v8 | PKDR_LED_GREEN, PKDR); in hp6xxled_green_set()
/linux/arch/sh/boards/mach-hp6xx/
H A Dsetup.c65 v8 = inb(PKDR); in dac_audio_start()
67 outb(v8, PKDR); in dac_audio_start()
83 v8 = inb(PKDR); in dac_audio_stop()
85 outb(v8, PKDR); in dac_audio_stop()
/linux/arch/sh/include/mach-common/mach/
H A Dhp6xx.h57 #define PKDR 0xa4000132 macro
/linux/drivers/input/keyboard/
H A Djornada680_kbd.c39 #define PKDR 0xa4000132 macro