Searched refs:__ast_write32 (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/ast/ |
| A D | ast_post.c | 41 __ast_write32(regs, 0xf004, r & 0xffff0000); in __ast_mindwm() 42 __ast_write32(regs, 0xf000, 0x1); in __ast_mindwm() 55 __ast_write32(regs, 0xf004, r & 0xffff0000); in __ast_moutdwm() 56 __ast_write32(regs, 0xf000, 0x1); in __ast_moutdwm() 62 __ast_write32(regs, 0x10000 + (r & 0x0000ffff), v); in __ast_moutdwm()
|
| A D | ast_drv.c | 183 __ast_write32(regs, 0xf004, 0x1e6e0000); in ast_detect_chip() 184 __ast_write32(regs, 0xf000, 0x1); in ast_detect_chip()
|
| A D | ast_drv.h | 263 static inline void __ast_write32(void __iomem *addr, u32 reg, u32 val) in __ast_write32() function 303 __ast_write32(ast->regs, reg, val); in ast_write32()
|
Completed in 9 milliseconds