Searched defs:ast_device (Results 1 – 1 of 1) sorted by relevance
163 struct ast_device { struct164 struct drm_device base;166 void __iomem *regs;167 void __iomem *ioregs;168 void __iomem *dp501_fw_buf;170 enum ast_config_mode config_mode;171 enum ast_chip chip;173 uint32_t dram_bus_width;174 uint32_t dram_type;175 uint32_t mclk;[all …]