disp_a_ctrl       216 drivers/video/fbdev/intelfb/intelfb.h 	u32 disp_a_ctrl;
disp_a_ctrl       485 drivers/video/fbdev/intelfb/intelfbhw.c 	if (hw->disp_a_ctrl & DISPPLANE_PLANE_ENABLE) {
disp_a_ctrl       486 drivers/video/fbdev/intelfb/intelfbhw.c 		pipe = (hw->disp_a_ctrl >> DISPPLANE_SEL_PIPE_SHIFT);
disp_a_ctrl       615 drivers/video/fbdev/intelfb/intelfbhw.c 	hw->disp_a_ctrl = INREG(DSPACNTR);
disp_a_ctrl       838 drivers/video/fbdev/intelfb/intelfbhw.c 	printk("	DSPACNTR:		0x%08x\n", hw->disp_a_ctrl);
disp_a_ctrl      1152 drivers/video/fbdev/intelfb/intelfbhw.c 	hw->disp_a_ctrl |= DISPPLANE_PLANE_ENABLE;
disp_a_ctrl      1153 drivers/video/fbdev/intelfb/intelfbhw.c 	hw->disp_a_ctrl &= ~DISPPLANE_GAMMA_ENABLE;
disp_a_ctrl      1154 drivers/video/fbdev/intelfb/intelfbhw.c 	hw->disp_a_ctrl &= ~DISPPLANE_PIXFORMAT_MASK;
disp_a_ctrl      1157 drivers/video/fbdev/intelfb/intelfbhw.c 		hw->disp_a_ctrl |= DISPPLANE_8BPP | DISPPLANE_GAMMA_ENABLE;
disp_a_ctrl      1160 drivers/video/fbdev/intelfb/intelfbhw.c 		hw->disp_a_ctrl |= DISPPLANE_15_16BPP;
disp_a_ctrl      1163 drivers/video/fbdev/intelfb/intelfbhw.c 		hw->disp_a_ctrl |= DISPPLANE_16BPP;
disp_a_ctrl      1166 drivers/video/fbdev/intelfb/intelfbhw.c 		hw->disp_a_ctrl |= DISPPLANE_32BPP_NO_ALPHA;
disp_a_ctrl      1169 drivers/video/fbdev/intelfb/intelfbhw.c 	hw->disp_a_ctrl &= ~(PIPE_MASK << DISPPLANE_SEL_PIPE_SHIFT);
disp_a_ctrl      1170 drivers/video/fbdev/intelfb/intelfbhw.c 	hw->disp_a_ctrl |= (pipe << DISPPLANE_SEL_PIPE_SHIFT);
disp_a_ctrl      1461 drivers/video/fbdev/intelfb/intelfbhw.c 			       hw->disp_a_ctrl|DISPPLANE_PLANE_ENABLE);
disp_a_ctrl      1466 drivers/video/fbdev/intelfb/intelfbhw.c 	OUTREG(DSPACNTR, hw->disp_a_ctrl & ~DISPPLANE_PLANE_ENABLE);