pfour_subr.c | 33 * Support routines for pfour framebuffers. 52 volatile u_int32_t pfour; local in function:fb_setsize_pfour 56 * Some pfour framebuffers, e.g. the 61 * the pfour register by the time this 67 pfour = *fb->fb_pfour; 70 * Use the pfour register to determine 77 if ((PFOUR_ID(pfour) == PFOUR_ID_COLOR24) || 78 (PFOUR_ID(pfour) == PFOUR_ID_FASTCOLOR)) 81 switch (PFOUR_SIZE(pfour)) { 128 * Probe for a pfour framebuffer. Return values 137 volatile u_int32_t val, save, *pfour = va; local in function:fb_pfour_id 176 volatile u_int32_t pfour; local in function:fb_pfour_set_video [all...] |