Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi.c782 regs->saveDSPBCURSOR_BASE = PSB_RVDC32(CURBBASE); in oaktrail_hdmi_save()
837 PSB_WVDC32(regs->saveDSPBCURSOR_BASE, CURBBASE); in oaktrail_hdmi_restore()
H A Dgma_display.c338 uint32_t base = (pipe == 0) ? CURABASE : CURBBASE; in gma_crtc_cursor_set()
468 REG_WRITE((pipe == 0) ? CURABASE : CURBBASE, addr); in gma_crtc_cursor_move()
H A Dpsb_intel_display.c450 u32 base[3] = { CURABASE, CURBBASE, CURCBASE }; in psb_intel_cursor_init()
H A Dpsb_intel_reg.h742 #define CURBBASE 0x700c4 macro