Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds