Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_dp501.c354 ast_write32(ast, 0xf000, 0x1); in ast_init_dvo()
364 ast_write32(ast, 0x12008, data); in ast_init_dvo()
370 ast_write32(ast, 0x12084, data); in ast_init_dvo()
375 ast_write32(ast, 0x12088, data); in ast_init_dvo()
381 ast_write32(ast, 0x12090, data); in ast_init_dvo()
386 ast_write32(ast, 0x12088, data); in ast_init_dvo()
391 ast_write32(ast, 0x1208c, data); in ast_init_dvo()
396 ast_write32(ast, 0x120a4, data); in ast_init_dvo()
413 ast_write32(ast, 0x1202c, data); in ast_init_dvo()
432 ast_write32(ast, 0xf000, 0x1); in ast_init_analog()
[all …]
H A Dast_post.c84 ast_write32(ast, 0xf004, r & 0xffff0000); in ast_mindwm()
85 ast_write32(ast, 0xf000, 0x1); in ast_mindwm()
97 ast_write32(ast, 0xf000, 0x1); in ast_moutdwm()
253 ast_write32(ast, 0xf004, 0x1e6e0000); in ast_init_dram_reg()
254 ast_write32(ast, 0xf000, 0x1); in ast_init_dram_reg()
255 ast_write32(ast, 0x10100, 0xa8); in ast_init_dram_reg()
266 ast_write32(ast, 0xf004, 0x1e6e0000); in ast_init_dram_reg()
267 ast_write32(ast, 0xf000, 0x1); in ast_init_dram_reg()
1568 ast_write32(ast, 0xf000, 0x1); in ast_post_chip_2300()
1582 ast_write32(ast, 0x12008, temp); in ast_post_chip_2300()
[all …]
H A Dast_main.c128 ast_write32(ast, 0xf004, 0x1e6e0000); in ast_device_config_init()
129 ast_write32(ast, 0xf000, 0x1); in ast_device_config_init()
331 ast_write32(ast, 0xf004, 0x1e6e0000); in ast_get_dram_info()
332 ast_write32(ast, 0xf000, 0x1); in ast_get_dram_info()
H A Dast_drv.h297 static inline void ast_write32(struct ast_device *ast, u32 reg, u32 val) in ast_write32() function