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.c179 data = __ast_read32(regs, 0xf004); in ast_detect_chip()
186 scu_rev = __ast_read32(regs, 0x1207c); in ast_detect_chip()
H A Dast_drv.h251 static inline u32 __ast_read32(const void __iomem *addr, u32 reg) in __ast_read32() function
296 return __ast_read32(ast->regs, reg); in ast_read32()
H A Dast_post.c86 data = __ast_read32(regs, 0xf004) & 0xffff0000; in __ast_mindwm()
89 return __ast_read32(regs, 0x10000 + (r & 0x0000ffff)); in __ast_mindwm()
100 data = __ast_read32(regs, 0xf004) & 0xffff0000; in __ast_moutdwm()