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

/linux-master/drivers/gpu/drm/ast/
H A Dast_dp501.c353 ast_write32(ast, 0xf004, 0x1e6e0000);
354 ast_write32(ast, 0xf000, 0x1);
355 ast_write32(ast, 0x12000, 0x1688a8a8);
364 ast_write32(ast, 0x12008, data);
370 ast_write32(ast, 0x12084, data);
375 ast_write32(ast, 0x12088, data);
381 ast_write32(ast, 0x12090, data);
386 ast_write32(ast, 0x12088, data);
391 ast_write32(ast, 0x1208c, data);
396 ast_write32(as
[all...]
H A Dast_main.c158 ast_write32(ast, 0xf004, 0x1e6e0000);
159 ast_write32(ast, 0xf000, 0x1);
H A Dast_post.c267 ast_write32(ast, 0xf004, 0x1e6e0000);
268 ast_write32(ast, 0xf000, 0x1);
269 ast_write32(ast, 0x10100, 0xa8);
280 ast_write32(ast, 0xf004, 0x1e6e0000);
281 ast_write32(ast, 0xf000, 0x1);
282 ast_write32(ast, 0x12000, 0x1688A8A8);
287 ast_write32(ast, 0x10000, 0xfc600309);
307 ast_write32(ast, 0x10000 + dram_reg_info->index, data | temp);
309 ast_write32(ast, 0x10000 + dram_reg_info->index, dram_reg_info->data);
326 ast_write32(as
[all...]
H A Dast_drv.h306 static inline void ast_write32(struct ast_device *ast, u32 reg, u32 val) function

Completed in 91 milliseconds