Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Dlxfb_ops.c614 for (i = 0; i < ARRAY_SIZE(par->vp_pal); i++) in lx_save_regs()
615 par->vp_pal[i] = read_vp(par, VP_PDR); in lx_save_regs()
756 for (i = 0; i < ARRAY_SIZE(par->vp_pal); i++) in lx_restore_video_proc()
757 write_vp(par, VP_PDR, par->vp_pal[i]); in lx_restore_video_proc()
H A Dlxfb.h48 uint32_t vp_pal[VP_PAL_COUNT]; member