Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsbuslib.c121 u8 red8, green8, blue8; in sbusfb_ioctl_helper() local
144 get_user(blue8, &ublue[i])) in sbusfb_ioctl_helper()
149 blue = blue8 << 8; in sbusfb_ioctl_helper()
215 u8 red8, green8, blue8; in sbusfb_compat_ioctl() local
237 get_user(blue8, &ublue[i])) in sbusfb_compat_ioctl()
242 blue = blue8 << 8; in sbusfb_compat_ioctl()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcmap.c46 static u16 blue8[] __read_mostly = { variable
67 .len=8, .red=red8, .green=green8, .blue=blue8
343 blue8[i] = ~blue8[i]; in fb_invert_cmaps()