Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/leds/
Dleds-hp6xx.c37 v16 = inw(HD64461_GPBDR); in hp6xxled_red_set()
39 outw(v16 & (~HD64461_GPBDR_LED_RED), HD64461_GPBDR); in hp6xxled_red_set()
41 outw(v16 | HD64461_GPBDR_LED_RED, HD64461_GPBDR); in hp6xxled_red_set()
/linux-4.1.27/drivers/video/backlight/
Dhp680_bl.c48 v = inw(HD64461_GPBDR); in hp680bl_send_intensity()
50 outw(v, HD64461_GPBDR); in hp680bl_send_intensity()
55 v = inw(HD64461_GPBDR); in hp680bl_send_intensity()
57 outw(v, HD64461_GPBDR); in hp680bl_send_intensity()
/linux-4.1.27/arch/sh/include/asm/
Dhd64461.h210 #define HD64461_GPBDR HD64461_IO_OFFSET(0x4012) /* B */ macro