Lines Matching refs:ast_private
89 struct ast_private { struct
151 static inline u##x ast_read##x(struct ast_private *ast, u32 reg) { \ argument
162 static inline u##x ast_io_read##x(struct ast_private *ast, u32 reg) { \
173 static inline void ast_write##x(struct ast_private *ast, u32 reg, u##x val) {\
182 static inline void ast_io_write##x(struct ast_private *ast, u32 reg, u##x val) {\
190 static inline void ast_set_index_reg(struct ast_private *ast, in ast_set_index_reg()
197 void ast_set_index_reg_mask(struct ast_private *ast,
200 uint8_t ast_get_index_reg(struct ast_private *ast,
202 uint8_t ast_get_index_reg_mask(struct ast_private *ast,
205 static inline void ast_open_key(struct ast_private *ast) in ast_open_key()
324 void ast_fbdev_set_base(struct ast_private *ast, unsigned long gpu_addr);
360 int ast_mm_init(struct ast_private *ast);
361 void ast_mm_fini(struct ast_private *ast);
400 u32 ast_mindwm(struct ast_private *ast, u32 r);
401 void ast_moutdwm(struct ast_private *ast, u32 r, u32 v);