Searched refs:DC3_FB_ACTIVE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vg.c1011 WRITE_REG32(DC3_FB_ACTIVE, ((starting_width - 1) << 16) |
1365 /* The DC3_FB_ACTIVE register is only used when scaling is enabled. */
1372 temp = READ_REG32(DC3_FB_ACTIVE);
2254 dvtop = (READ_REG32(DC3_FB_ACTIVE) & 0xFFF) + 1;
2614 vg_state->fb_active = READ_REG32(DC3_FB_ACTIVE);
2774 WRITE_REG32(DC3_FB_ACTIVE, vg_state->fb_active);
3331 0xFFFF0000 | ((READ_REG32(DC3_FB_ACTIVE) >> 16) & 0xFFF);
H A Dcim_df.c338 fbactive = READ_REG32(DC3_FB_ACTIVE);
509 fbactive = READ_REG32(DC3_FB_ACTIVE);
1109 fbactive = READ_REG32(DC3_FB_ACTIVE);
H A Dcim_regs.h311 #define DC3_FB_ACTIVE 0x0000005C macro

Completed in 12 milliseconds