Lines Matching defs:depth
393 int width, int height, int depth,
408 "Using unsupported %dx%d %s at %lx, depth=%d, pitch=%d\n",
409 width, height, name, address, depth, pitch);
410 if (depth != 8 && depth != 15 && depth != 16 && depth != 32) {
411 printk(KERN_ERR "%pOF: can't use depth = %d\n", dp, depth);
444 if (depth == 8)
450 switch (depth) {
541 int i, width = 640, height = 480, depth = 8, pitch = 640;
557 pp = of_get_property(dp, "linux,bootx-depth", &len);
559 pp = of_get_property(dp, "depth", &len);
561 depth = be32_to_cpup(pp);
581 pitch = width * ((depth + 7) / 8);
654 width, height, depth, pitch, address,