Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-hp6xx.c34 v16 = inw(HD64461_GPBDR); in hp6xxled_red_set()
36 outw(v16 & (~HD64461_GPBDR_LED_RED), HD64461_GPBDR); in hp6xxled_red_set()
38 outw(v16 | HD64461_GPBDR_LED_RED, HD64461_GPBDR); in hp6xxled_red_set()
/openbmc/linux/drivers/video/backlight/
H A Dhp680_bl.c44 v = inw(HD64461_GPBDR); in hp680bl_send_intensity()
46 outw(v, HD64461_GPBDR); in hp680bl_send_intensity()
51 v = inw(HD64461_GPBDR); in hp680bl_send_intensity()
53 outw(v, HD64461_GPBDR); in hp680bl_send_intensity()
/openbmc/linux/arch/sh/include/asm/
H A Dhd64461.h211 #define HD64461_GPBDR HD64461_IO_OFFSET(0x4012) /* B */ macro