Searched refs:__ast_write32 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/ast/
H A Dast_drv.c182 __ast_write32(regs, 0xf004, 0x1e6e0000);
183 __ast_write32(regs, 0xf000, 0x1);
H A Dast_drv.h268 static inline void __ast_write32(void __iomem *addr, u32 reg, u32 val) function
308 __ast_write32(ast->regs, reg, val);
H A Dast_post.c84 __ast_write32(regs, 0xf004, r & 0xffff0000);
85 __ast_write32(regs, 0xf000, 0x1);
98 __ast_write32(regs, 0xf004, r & 0xffff0000);
99 __ast_write32(regs, 0xf000, 0x1);
105 __ast_write32(regs, 0x10000 + (r & 0x0000ffff), v);

Completed in 241 milliseconds