Home
last modified time | relevance | path

Searched refs:surface_cntl (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c372 mode->surface_cntl = NONSURF_AP0_SWP_32BPP | NONSURF_AP1_SWP_32BPP; in radeon_setmode_9200()
379 mode->surface_cntl = NONSURF_AP0_SWP_16BPP | NONSURF_AP1_SWP_16BPP; in radeon_setmode_9200()
385 mode->surface_cntl = 0x00000000; in radeon_setmode_9200()
538 OUTREG(SURFACE_CNTL, mode->surface_cntl); in radeon_setmode_9200()
H A Dati_radeon_fb.h159 u32 surface_cntl; member
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c1323 save->surface_cntl = INREG(SURFACE_CNTL); in radeon_save_state()
1492 OUTREG(SURFACE_CNTL, mode->surface_cntl); in radeon_write_mode()
1784 newmode->surface_cntl = 0; in radeonfb_set_par()
1794 newmode->surface_cntl |= NONSURF_AP0_SWP_16BPP; in radeonfb_set_par()
1795 newmode->surface_cntl |= NONSURF_AP1_SWP_16BPP; in radeonfb_set_par()
1799 newmode->surface_cntl |= NONSURF_AP0_SWP_32BPP; in radeonfb_set_par()
1800 newmode->surface_cntl |= NONSURF_AP1_SWP_32BPP; in radeonfb_set_par()
H A Dradeonfb.h168 u32 surface_cntl; member