Home
last modified time | relevance | path

Searched refs:VGA_MIS_ENB_PLL_LOAD (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvga_regs.h70 #define VGA_MIS_ENB_PLL_LOAD (0x04 | 0x08) macro
/openbmc/linux/include/video/
H A Dvga.h78 #define VGA_MIS_ENB_PLL_LOAD (0x04 | 0x08) macro
/openbmc/linux/drivers/video/fbdev/
H A Dvt8623fb.c266 vga_w(par->state.vgabase, VGA_MIS_W, regval | VGA_MIS_ENB_PLL_LOAD); in vt8623_set_pixclock()
H A Darkfb.c505 vga_w(par->state.vgabase, VGA_MIS_W, regval | VGA_MIS_ENB_PLL_LOAD); in ark_set_pixclock()
H A Ds3fb.c475 vga_w(par->state.vgabase, VGA_MIS_W, regval | VGA_MIS_ENB_PLL_LOAD); in s3_set_pixclock()