Searched refs:__ast_write8 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_drv.h | 272 static inline void __ast_write8(void __iomem *addr, u32 reg, u8 val) in __ast_write8() function 284 __ast_write8(addr, reg, index); in __ast_read8_i() 297 __ast_write8(addr, reg, index); in __ast_write8_i() 298 __ast_write8(addr, reg + 1, val); in __ast_write8_i() 327 __ast_write8(ast->ioregs, reg, val); in ast_io_write8()
|