start_mask         97 drivers/video/fbdev/core/cfbimgblt.c 			u32 start_mask = ~fb_shifted_pixels_mask_u32(p,
start_mask         99 drivers/video/fbdev/core/cfbimgblt.c 			val = FB_READL(dst) & start_mask;
start_mask        165 drivers/video/fbdev/core/cfbimgblt.c 			u32 start_mask = ~fb_shifted_pixels_mask_u32(p,
start_mask        167 drivers/video/fbdev/core/cfbimgblt.c 			val = FB_READL(dst) & start_mask;
start_mask         71 drivers/video/fbdev/core/sysimgblt.c 			u32 start_mask = ~(FB_SHIFT_HIGH(p, ~(u32)0,
start_mask         73 drivers/video/fbdev/core/sysimgblt.c 			val = *dst & start_mask;
start_mask        136 drivers/video/fbdev/core/sysimgblt.c 			u32 start_mask = ~(FB_SHIFT_HIGH(p, ~(u32)0,
start_mask        138 drivers/video/fbdev/core/sysimgblt.c 			val = *dst & start_mask;
start_mask        153 drivers/video/fbdev/dnfb.c 	uint start_mask, end_mask, dest;
start_mask        167 drivers/video/fbdev/dnfb.c 		start_mask = 0xffff0000 >> (area->dx & 0xf);
start_mask        177 drivers/video/fbdev/dnfb.c 		start_mask = 0x7ffff >> (area->dx & 0xf);
start_mask        196 drivers/video/fbdev/dnfb.c 			out_8(AP_WRITE_ENABLE, start_mask);
start_mask        208 drivers/video/fbdev/dnfb.c 			out_8(AP_WRITE_ENABLE, start_mask);
start_mask        213 drivers/video/fbdev/dnfb.c 			out_8(AP_WRITE_ENABLE, start_mask | end_mask);
start_mask        767 sound/pci/pcxhr/pcxhr_core.c 	int start_mask = PCXHR_INPL(mgr, PCXHR_PLX_MBOX2);
start_mask        773 sound/pci/pcxhr/pcxhr_core.c 	start_mask &= 0xffffff;
start_mask        774 sound/pci/pcxhr/pcxhr_core.c 	dev_dbg(&mgr->pci->dev, "CMD_PIPE_STATE MBOX2=0x%06x\n", start_mask);
start_mask        775 sound/pci/pcxhr/pcxhr_core.c 	return start_mask;