Lines Matching defs:ast_private
85 struct ast_private { struct
86 struct drm_device *dev;
88 void __iomem *regs;
89 void __iomem *ioregs;
91 enum ast_chip chip;
92 bool vga2_clone;
93 uint32_t dram_bus_width;
94 uint32_t dram_type;
95 uint32_t mclk;
96 uint32_t vram_size;
98 int fb_mtrr;
100 struct drm_gem_object *cursor_cache;
101 int next_cursor;
102 bool support_wide_screen;
103 enum {
107 } config_mode;
109 enum ast_tx_chip tx_chip_type;
110 u8 dp501_maxclk;
111 u8 *dp501_fw_addr;
135 static inline u##x ast_read##x(struct ast_private *ast, u32 reg) { \ argument