spoctrl           337 drivers/video/fbdev/mbx/mbxfb.c 	u32 sssize, spoctrl, shctrl;
spoctrl           353 drivers/video/fbdev/mbx/mbxfb.c 	spoctrl = readl(SPOCTRL);
spoctrl           433 drivers/video/fbdev/mbx/mbxfb.c 	spoctrl &= ~(SPOCTRL_H_SC_BP | SPOCTRL_V_SC_BP |
spoctrl           436 drivers/video/fbdev/mbx/mbxfb.c 	spoctrl |= Spoctrl_Vpitch((set->height<<11)/set->scaled_height);
spoctrl           440 drivers/video/fbdev/mbx/mbxfb.c 		spoctrl |= SPOCTRL_H_SC_BP;
spoctrl           442 drivers/video/fbdev/mbx/mbxfb.c 		spoctrl |= SPOCTRL_V_SC_BP;
spoctrl           456 drivers/video/fbdev/mbx/mbxfb.c 	write_reg(spoctrl, SPOCTRL);