Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ast/
H A Dast_dp501.c352 ast_write32(ast, 0xf000, 0x1); in ast_init_dvo()
362 ast_write32(ast, 0x12008, data); in ast_init_dvo()
368 ast_write32(ast, 0x12084, data); in ast_init_dvo()
373 ast_write32(ast, 0x12088, data); in ast_init_dvo()
379 ast_write32(ast, 0x12090, data); in ast_init_dvo()
384 ast_write32(ast, 0x12088, data); in ast_init_dvo()
389 ast_write32(ast, 0x1208c, data); in ast_init_dvo()
394 ast_write32(ast, 0x120a4, data); in ast_init_dvo()
411 ast_write32(ast, 0x1202c, data); in ast_init_dvo()
429 ast_write32(ast, 0xf000, 0x1); in ast_init_analog()
[all …]
H A Dast_post.c264 ast_write32(ast, 0xf004, 0x1e6e0000); in ast_init_dram_reg()
265 ast_write32(ast, 0xf000, 0x1); in ast_init_dram_reg()
266 ast_write32(ast, 0x10100, 0xa8); in ast_init_dram_reg()
277 ast_write32(ast, 0xf004, 0x1e6e0000); in ast_init_dram_reg()
278 ast_write32(ast, 0xf000, 0x1); in ast_init_dram_reg()
279 ast_write32(ast, 0x12000, 0x1688A8A8); in ast_init_dram_reg()
284 ast_write32(ast, 0x10000, 0xfc600309); in ast_init_dram_reg()
1598 ast_write32(ast, 0xf004, 0x1e6e0000); in ast_post_chip_2300()
1599 ast_write32(ast, 0xf000, 0x1); in ast_post_chip_2300()
1613 ast_write32(ast, 0x12008, temp); in ast_post_chip_2300()
[all …]
H A Dast_main.c237 ast_write32(ast, 0xf004, 0x1e6e0000); in ast_get_dram_info()
238 ast_write32(ast, 0xf000, 0x1); in ast_get_dram_info()
H A Dast_drv.h306 static inline void ast_write32(struct ast_device *ast, u32 reg, u32 val) in ast_write32() function