Home
last modified time | relevance | path

Searched refs:scu_rev (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/ast/
Dast_main.c63 static void ast_detect_config_mode(struct drm_device *dev, u32 *scu_rev) in ast_detect_config_mode() argument
71 *scu_rev = 0xffffffff; in ast_detect_config_mode()
75 scu_rev)) { in ast_detect_config_mode()
105 *scu_rev = ast_read32(ast, 0x1207c); in ast_detect_config_mode()
117 uint32_t jreg, scu_rev; in ast_detect_chip() local
138 ast_detect_config_mode(dev, &scu_rev); in ast_detect_chip()
155 switch (scu_rev & 0x0300) { in ast_detect_chip()
197 (scu_rev & 0x300) == 0x0) /* ast1300 */ in ast_detect_chip()
200 (scu_rev & 0x300) == 0x100) /* ast1400 */ in ast_detect_chip()
203 scu_rev == 0x100) /* ast2510 */ in ast_detect_chip()