Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h384 #define CURSOR_PALETTE_MASK 0xffffff macro
H A Dintelfbhw.c1947 OUTREG(CURSOR_A_PALETTE0, bg & CURSOR_PALETTE_MASK); in intelfbhw_cursor_setcolor()
1948 OUTREG(CURSOR_A_PALETTE1, fg & CURSOR_PALETTE_MASK); in intelfbhw_cursor_setcolor()
1949 OUTREG(CURSOR_A_PALETTE2, fg & CURSOR_PALETTE_MASK); in intelfbhw_cursor_setcolor()
1950 OUTREG(CURSOR_A_PALETTE3, bg & CURSOR_PALETTE_MASK); in intelfbhw_cursor_setcolor()