Searched defs:fb_info_valkyrie (Results 1 – 1 of 1) sorted by relevance
86 struct fb_info_valkyrie { struct87 struct fb_info info;88 struct fb_par_valkyrie par;89 struct cmap_regs __iomem *cmap_regs;90 unsigned long cmap_regs_phys;92 struct valkyrie_regs __iomem *valkyrie_regs;93 unsigned long valkyrie_regs_phys;117 static int read_valkyrie_sense(struct fb_info_valkyrie *p); argument