Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dati_radeon_fb.c373 mode->surface_cntl = NONSURF_AP0_SWP_32BPP | NONSURF_AP1_SWP_32BPP; in radeon_setmode_9200()
380 mode->surface_cntl = NONSURF_AP0_SWP_16BPP | NONSURF_AP1_SWP_16BPP; in radeon_setmode_9200()
386 mode->surface_cntl = 0x00000000; in radeon_setmode_9200()
539 OUTREG(SURFACE_CNTL, mode->surface_cntl); in radeon_setmode_9200()
H A Dati_radeon_fb.h159 u32 surface_cntl; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dradeon_base.c1322 save->surface_cntl = INREG(SURFACE_CNTL); in radeon_save_state()
1491 OUTREG(SURFACE_CNTL, mode->surface_cntl); in radeon_write_mode()
1783 newmode->surface_cntl = 0; in radeonfb_set_par()
1793 newmode->surface_cntl |= NONSURF_AP0_SWP_16BPP; in radeonfb_set_par()
1794 newmode->surface_cntl |= NONSURF_AP1_SWP_16BPP; in radeonfb_set_par()
1798 newmode->surface_cntl |= NONSURF_AP0_SWP_32BPP; in radeonfb_set_par()
1799 newmode->surface_cntl |= NONSURF_AP1_SWP_32BPP; in radeonfb_set_par()
H A Dradeonfb.h168 u32 surface_cntl; member