pix_width        1167 drivers/video/fbdev/aty/aty128fb.c static int aty128_pix_width_to_var(int pix_width, struct fb_var_screeninfo *var)
pix_width        1178 drivers/video/fbdev/aty/aty128fb.c 	switch (pix_width) {
pix_width        1236 drivers/video/fbdev/aty/aty128fb.c 	u32 pix_width;
pix_width        1251 drivers/video/fbdev/aty/aty128fb.c 	pix_width   = crtc->gen_cntl & CRTC_PIX_WIDTH_MASK;
pix_width        1266 drivers/video/fbdev/aty/aty128fb.c 	aty128_pix_width_to_var(pix_width, var);
pix_width         808 drivers/video/fbdev/aty/atyfb_base.c 	u32 pix_width, dp_pix_width, dp_chain_mask;
pix_width         835 drivers/video/fbdev/aty/atyfb_base.c 		pix_width = CRTC_PIX_WIDTH_8BPP;
pix_width         841 drivers/video/fbdev/aty/atyfb_base.c 		pix_width = CRTC_PIX_WIDTH_15BPP;
pix_width         847 drivers/video/fbdev/aty/atyfb_base.c 		pix_width = CRTC_PIX_WIDTH_16BPP;
pix_width         853 drivers/video/fbdev/aty/atyfb_base.c 		pix_width = CRTC_PIX_WIDTH_24BPP;
pix_width         859 drivers/video/fbdev/aty/atyfb_base.c 		pix_width = CRTC_PIX_WIDTH_32BPP;
pix_width        1022 drivers/video/fbdev/aty/atyfb_base.c 	crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync;
pix_width        1157 drivers/video/fbdev/aty/atyfb_base.c 	u32 pix_width;
pix_width        1173 drivers/video/fbdev/aty/atyfb_base.c 	pix_width = crtc->gen_cntl & CRTC_PIX_WIDTH_MASK;
pix_width        1190 drivers/video/fbdev/aty/atyfb_base.c 	switch (pix_width) {
pix_width         291 drivers/video/fbdev/aty/mach64_accel.c 	u32 pix_width, rotation = 0, src, mix;
pix_width         303 drivers/video/fbdev/aty/mach64_accel.c 	pix_width = par->crtc.dp_pix_width;
pix_width         307 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width &= ~(BYTE_ORDER_MASK | HOST_MASK);
pix_width         308 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width |= (BYTE_ORDER_MSB_TO_LSB | HOST_1BPP);
pix_width         311 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width &= ~(BYTE_ORDER_MASK | HOST_MASK);
pix_width         312 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width |= (BYTE_ORDER_MSB_TO_LSB | HOST_4BPP);
pix_width         315 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width &= ~HOST_MASK;
pix_width         316 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width |= HOST_8BPP;
pix_width         319 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width &= ~HOST_MASK;
pix_width         320 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width |= HOST_15BPP;
pix_width         323 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width &= ~HOST_MASK;
pix_width         324 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width |= HOST_16BPP;
pix_width         327 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width &= ~HOST_MASK;
pix_width         328 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width |= HOST_24BPP;
pix_width         331 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width &= ~HOST_MASK;
pix_width         332 drivers/video/fbdev/aty/mach64_accel.c 	    pix_width |= HOST_32BPP;
pix_width         344 drivers/video/fbdev/aty/mach64_accel.c 		pix_width &= ~DST_MASK;
pix_width         345 drivers/video/fbdev/aty/mach64_accel.c 		pix_width |= DST_8BPP;
pix_width         352 drivers/video/fbdev/aty/mach64_accel.c 			pix_width |= DP_HOST_TRIPLE_EN;
pix_width         377 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DP_PIX_WIDTH, pix_width, par);
pix_width         387 drivers/video/fbdev/aty/mach64_accel.c 	if (image->depth == 1 && info->var.bits_per_pixel == 24 && !(pix_width & DP_HOST_TRIPLE_EN)) {