Lines Matching refs:ast_private
86 struct ast_private { struct
143 static inline u##x ast_read##x(struct ast_private *ast, u32 reg) { \ argument
154 static inline u##x ast_io_read##x(struct ast_private *ast, u32 reg) { \
165 static inline void ast_write##x(struct ast_private *ast, u32 reg, u##x val) {\
174 static inline void ast_io_write##x(struct ast_private *ast, u32 reg, u##x val) {\
182 static inline void ast_set_index_reg(struct ast_private *ast, in ast_set_index_reg()
189 void ast_set_index_reg_mask(struct ast_private *ast,
192 uint8_t ast_get_index_reg(struct ast_private *ast,
194 uint8_t ast_get_index_reg_mask(struct ast_private *ast,
197 static inline void ast_open_key(struct ast_private *ast) in ast_open_key()
353 int ast_mm_init(struct ast_private *ast);
354 void ast_mm_fini(struct ast_private *ast);
393 u32 ast_mindwm(struct ast_private *ast, u32 r);
394 void ast_moutdwm(struct ast_private *ast, u32 r, u32 v);