Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_drv.c183 __ast_write32(regs, 0xf004, 0x1e6e0000); in ast_detect_chip()
184 __ast_write32(regs, 0xf000, 0x1); in ast_detect_chip()
H A Dast_drv.h260 static inline void __ast_write32(void __iomem *addr, u32 reg, u32 val) in __ast_write32() function
300 __ast_write32(ast->regs, reg, val); in ast_write32()
H A Dast_post.c82 __ast_write32(regs, 0xf004, r & 0xffff0000); in __ast_mindwm()
83 __ast_write32(regs, 0xf000, 0x1); in __ast_mindwm()
96 __ast_write32(regs, 0xf004, r & 0xffff0000); in __ast_moutdwm()
97 __ast_write32(regs, 0xf000, 0x1); in __ast_moutdwm()
103 __ast_write32(regs, 0x10000 + (r & 0x0000ffff), v); in __ast_moutdwm()