Searched refs:ofwfb_cmap (Results 1 – 1 of 1) sorted by relevance
166 } ofwfb_cmap[16] = { /* # R G B Color */ variable210 retval = (ofwfb_cmap[attr].red << 16) | in ofwfb_pix32()211 (ofwfb_cmap[attr].green << 8) | in ofwfb_pix32()212 ofwfb_cmap[attr].blue; in ofwfb_pix32()214 retval = (ofwfb_cmap[attr].blue << 16) | in ofwfb_pix32()215 (ofwfb_cmap[attr].green << 8) | in ofwfb_pix32()216 ofwfb_cmap[attr].red; in ofwfb_pix32()469 ofwfb_cmap[i].red, in ofwfb_set_mode()470 ofwfb_cmap[i].green, in ofwfb_set_mode()471 ofwfb_cmap[i].blue, in ofwfb_set_mode()