Home | History | Annotate | Download | only in ofw

Lines Matching defs:depth

171 	int isconsole, width, height, linebytes, depth;
198 if (OF_getprop(oba->oba_phandle, "depth", &depth, sizeof(depth)) == 4) {
199 depth = be32toh(depth);
201 depth = 8;
206 linebytes = width * (depth >> 3);
212 prop_dictionary_set_uint32(dict, "depth", depth);