Searched defs:ast_device (Results 1 – 1 of 1) sorted by relevance
198 struct ast_device { struct199 struct drm_device base;201 void __iomem *regs;202 void __iomem *ioregs;203 void __iomem *dp501_fw_buf;205 enum ast_config_mode config_mode;206 enum ast_chip chip;208 uint32_t dram_bus_width;209 uint32_t dram_type;210 uint32_t mclk;[all …]