Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_drv.c177 data = __ast_read32(regs, 0xf004); in ast_detect_chip()
184 scu_rev = __ast_read32(regs, 0x1207c); in ast_detect_chip()
H A Dast_drv.h255 static inline u32 __ast_read32(const void __iomem *addr, u32 reg) in __ast_read32() function
300 return __ast_read32(ast->regs, reg); in ast_read32()
H A Dast_post.c88 data = __ast_read32(regs, 0xf004) & 0xffff0000; in __ast_mindwm()
91 return __ast_read32(regs, 0x10000 + (r & 0x0000ffff)); in __ast_mindwm()
102 data = __ast_read32(regs, 0xf004) & 0xffff0000; in __ast_moutdwm()