Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dati_radeon_fb.c330 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_setmode()
516 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl | CRTC_DISP_REQ_EN_B); in radeon_setmode_9200()
527 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_setmode_9200()
/rk3399_rockchip-uboot/include/
H A Dradeon.h70 #define CRTC_GEN_CNTL 0x0050 macro