Home
last modified time | relevance | path

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

/drivers/gpu/drm/ast/
A Dast_post.c45 data = __ast_read32(regs, 0xf004) & 0xffff0000; in __ast_mindwm()
48 return __ast_read32(regs, 0x10000 + (r & 0x0000ffff)); in __ast_mindwm()
59 data = __ast_read32(regs, 0xf004) & 0xffff0000; in __ast_moutdwm()
A Dast_drv.c178 data = __ast_read32(regs, 0xf004); in ast_detect_chip()
185 scu_rev = __ast_read32(regs, 0x1207c); in ast_detect_chip()
A Dast_drv.h253 static inline u32 __ast_read32(const void __iomem *addr, u32 reg) in __ast_read32() function
298 return __ast_read32(ast->regs, reg); in ast_read32()

Completed in 24 milliseconds