Searched defs:ast_private (Results 1 – 1 of 1) sorted by relevance
164 struct ast_private { struct165 struct drm_device base;167 struct mutex ioregs_lock; /* Protects access to I/O registers in ioregs */168 void __iomem *regs;169 void __iomem *ioregs;170 void __iomem *dp501_fw_buf;172 enum ast_chip chip;173 bool vga2_clone;174 uint32_t dram_bus_width;175 uint32_t dram_type;[all …]