Searched defs:fb_info_valkyrie (Results 1 – 1 of 1) sorted by relevance
85 struct fb_info_valkyrie { struct86 struct fb_info info;87 struct fb_par_valkyrie par;88 struct cmap_regs __iomem *cmap_regs;89 unsigned long cmap_regs_phys;91 struct valkyrie_regs __iomem *valkyrie_regs;92 unsigned long valkyrie_regs_phys;116 static int read_valkyrie_sense(struct fb_info_valkyrie *p); argument