HomeSort by: relevance | last modified time | path
    Searched defs:ast_private (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.h 106 struct ast_private { struct
160 static inline u##x ast_read##x(struct ast_private *ast, u32 reg) { \
171 static inline u##x ast_io_read##x(struct ast_private *ast, u32 reg) { \
182 static inline void ast_write##x(struct ast_private *ast, u32 reg, u##x val) {\
191 static inline void ast_io_write##x(struct ast_private *ast, u32 reg, u##x val) {\
199 static inline void ast_set_index_reg(struct ast_private *ast,
206 void ast_set_index_reg_mask(struct ast_private *ast,
209 uint8_t ast_get_index_reg(struct ast_private *ast,
211 uint8_t ast_get_index_reg_mask(struct ast_private *ast,
214 static inline void ast_open_key(struct ast_private *ast
    [all...]
ast_drv.h 106 struct ast_private { struct
160 static inline u##x ast_read##x(struct ast_private *ast, u32 reg) { \
171 static inline u##x ast_io_read##x(struct ast_private *ast, u32 reg) { \
182 static inline void ast_write##x(struct ast_private *ast, u32 reg, u##x val) {\
191 static inline void ast_io_write##x(struct ast_private *ast, u32 reg, u##x val) {\
199 static inline void ast_set_index_reg(struct ast_private *ast,
206 void ast_set_index_reg_mask(struct ast_private *ast,
209 uint8_t ast_get_index_reg(struct ast_private *ast,
211 uint8_t ast_get_index_reg_mask(struct ast_private *ast,
214 static inline void ast_open_key(struct ast_private *ast
    [all...]

Completed in 89 milliseconds