dest8             134 drivers/mtd/nand/raw/ingenic/jz4725b_bch.c 	u8 *dest8;
dest8             143 drivers/mtd/nand/raw/ingenic/jz4725b_bch.c 	dest8 = (u8 *)dest32;
dest8             147 drivers/mtd/nand/raw/ingenic/jz4725b_bch.c 		dest8[2] = (val >> 16) & 0xff;
dest8             150 drivers/mtd/nand/raw/ingenic/jz4725b_bch.c 		dest8[1] = (val >> 8) & 0xff;
dest8             153 drivers/mtd/nand/raw/ingenic/jz4725b_bch.c 		dest8[0] = val & 0xff;
dest8             112 drivers/mtd/nand/raw/ingenic/jz4780_bch.c 	u8 *dest8;
dest8             121 drivers/mtd/nand/raw/ingenic/jz4780_bch.c 	dest8 = (u8 *)dest32;
dest8             125 drivers/mtd/nand/raw/ingenic/jz4780_bch.c 		dest8[2] = (val >> 16) & 0xff;
dest8             128 drivers/mtd/nand/raw/ingenic/jz4780_bch.c 		dest8[1] = (val >> 8) & 0xff;
dest8             131 drivers/mtd/nand/raw/ingenic/jz4780_bch.c 		dest8[0] = val & 0xff;
dest8             201 drivers/video/fbdev/atafb_iplan2p2.c 		u8 *dest8 = (u8 *)dest + 1;
dest8             206 drivers/video/fbdev/atafb_iplan2p2.c 			fill8_col(dest8, cval);
dest8             207 drivers/video/fbdev/atafb_iplan2p2.c 			dest8 += next_line;
dest8             227 drivers/video/fbdev/atafb_iplan2p2.c 		u8 *dest8 = (u8 *)dest;
dest8             232 drivers/video/fbdev/atafb_iplan2p2.c 			fill8_col(dest8, cval);
dest8             233 drivers/video/fbdev/atafb_iplan2p2.c 			dest8 += next_line;
dest8             215 drivers/video/fbdev/atafb_iplan2p4.c 		u8 *dest8 = (u8 *)dest + 1;
dest8             220 drivers/video/fbdev/atafb_iplan2p4.c 			fill8_col(dest8, cval);
dest8             221 drivers/video/fbdev/atafb_iplan2p4.c 			dest8 += next_line;
dest8             241 drivers/video/fbdev/atafb_iplan2p4.c 		u8 *dest8 = (u8 *)dest;
dest8             246 drivers/video/fbdev/atafb_iplan2p4.c 			fill8_col(dest8, cval);
dest8             247 drivers/video/fbdev/atafb_iplan2p4.c 			dest8 += next_line;
dest8             250 drivers/video/fbdev/atafb_iplan2p8.c 		u8 *dest8 = (u8 *)dest + 1;
dest8             255 drivers/video/fbdev/atafb_iplan2p8.c 			fill8_col(dest8, cval);
dest8             256 drivers/video/fbdev/atafb_iplan2p8.c 			dest8 += next_line;
dest8             276 drivers/video/fbdev/atafb_iplan2p8.c 		u8 *dest8 = (u8 *)dest;
dest8             281 drivers/video/fbdev/atafb_iplan2p8.c 			fill8_col(dest8, cval);
dest8             282 drivers/video/fbdev/atafb_iplan2p8.c 			dest8 += next_line;