Searched defs:fb_info_valkyrie (Results 1 – 1 of 1) sorted by relevance
76 struct fb_info_valkyrie { struct77 struct fb_info info;78 struct fb_par_valkyrie par;79 struct cmap_regs __iomem *cmap_regs;80 unsigned long cmap_regs_phys;82 struct valkyrie_regs __iomem *valkyrie_regs;83 unsigned long valkyrie_regs_phys;107 static int read_valkyrie_sense(struct fb_info_valkyrie *p); argument