Searched refs:HD64461_GPBDR (Results 1 – 3 of 3) sorted by relevance
34 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()
44 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()
211 #define HD64461_GPBDR HD64461_IO_OFFSET(0x4012) /* B */ macro