Lines Matching refs:mach_info
80 struct bfin_bf54xfb_mach_info *mach_info; member
241 u16 disp = fbi->mach_info->disp; in request_ports()
274 gpio_free(fbi->mach_info->disp); in free_ports()
534 info->mach_info = pdev->dev.platform_data; in bfin_bf54x_probe()
536 if (info->mach_info == NULL) { in bfin_bf54x_probe()
553 fbinfo->var.height = info->mach_info->height; in bfin_bf54x_probe()
554 fbinfo->var.width = info->mach_info->width; in bfin_bf54x_probe()
561 fbinfo->var.xres = info->mach_info->xres.defval; in bfin_bf54x_probe()
562 fbinfo->var.xres_virtual = info->mach_info->xres.defval; in bfin_bf54x_probe()
563 fbinfo->var.yres = info->mach_info->yres.defval; in bfin_bf54x_probe()
564 fbinfo->var.yres_virtual = info->mach_info->yres.defval; in bfin_bf54x_probe()
565 fbinfo->var.bits_per_pixel = info->mach_info->bpp.defval; in bfin_bf54x_probe()
583 fbinfo->fix.smem_len = info->mach_info->xres.max * in bfin_bf54x_probe()
584 info->mach_info->yres.max * info->mach_info->bpp.max / 8; in bfin_bf54x_probe()