Searched defs:ocfb_dev (Results 1 – 1 of 1) sorted by relevance
58 struct ocfb_dev { struct59 struct fb_info info;60 void __iomem *regs;62 int little_endian;87 static inline u32 ocfb_readreg(struct ocfb_dev *fbdev, loff_t offset) in ocfb_readreg() argument