Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/ast/
Dast_main.c68 static void ast_detect_config_mode(struct drm_device *dev, u32 *scu_rev) in ast_detect_config_mode() argument
77 *scu_rev = 0xffffffff; in ast_detect_config_mode()
81 scu_rev)) { in ast_detect_config_mode()
116 *scu_rev = ast_read32(ast, 0x1207c); in ast_detect_config_mode()
129 uint32_t jreg, scu_rev; in ast_detect_chip() local
150 ast_detect_config_mode(dev, &scu_rev); in ast_detect_chip()
166 switch (scu_rev & 0x0300) { in ast_detect_chip()
204 (scu_rev & 0x300) == 0x0) /* ast1300 */ in ast_detect_chip()
207 (scu_rev & 0x300) == 0x100) /* ast1400 */ in ast_detect_chip()
210 scu_rev == 0x100) /* ast2510 */ in ast_detect_chip()