Lines Matching +defs:val +defs:base
131 struct drm_plane base; member
148 struct drm_connector base; member
164 struct drm_device base; member
255 static inline void __ast_write8(void __iomem *addr, u32 reg, u8 val) in __ast_write8()
260 static inline void __ast_write32(void __iomem *addr, u32 reg, u32 val) in __ast_write32()
273 u8 val = __ast_read8_i(addr, reg, index); in __ast_read8_i_masked() local
278 static inline void __ast_write8_i(void __iomem *addr, u32 reg, u8 index, u8 val) in __ast_write8_i()
285 u8 val) in __ast_write8_i_masked()
298 static inline void ast_write32(struct ast_device *ast, u32 reg, u32 val) in ast_write32()
308 static inline void ast_io_write8(struct ast_device *ast, u32 reg, u8 val) in ast_io_write8()
313 static inline u8 ast_get_index_reg(struct ast_device *ast, u32 base, u8 index) in ast_get_index_reg()
318 static inline u8 ast_get_index_reg_mask(struct ast_device *ast, u32 base, u8 index, in ast_get_index_reg_mask()
324 static inline void ast_set_index_reg(struct ast_device *ast, u32 base, u8 index, u8 val) in ast_set_index_reg()
329 static inline void ast_set_index_reg_mask(struct ast_device *ast, u32 base, u8 index, in ast_set_index_reg_mask()
330 u8 preserve_mask, u8 val) in ast_set_index_reg_mask()
379 struct drm_crtc_state base; member