HomeSort by: relevance | last modified time | path
    Searched refs:ast_private (Results 1 - 6 of 6) 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_ttm.c 41 int ast_mm_init(struct ast_private *ast)
64 void ast_mm_fini(struct ast_private *ast)
ast_dp501.c 18 struct ast_private *ast = dev->dev_private;
23 static void send_ack(struct ast_private *ast)
31 static void send_nack(struct ast_private *ast)
39 static bool wait_ack(struct ast_private *ast)
55 static bool wait_nack(struct ast_private *ast)
71 static void set_cmd_trigger(struct ast_private *ast)
76 static void clear_cmd_trigger(struct ast_private *ast)
82 static bool wait_fw_ready(struct ast_private *ast)
101 struct ast_private *ast = dev->dev_private;
123 struct ast_private *ast = dev->dev_private
    [all...]
ast_main.c 45 void ast_set_index_reg_mask(struct ast_private *ast,
55 uint8_t ast_get_index_reg(struct ast_private *ast,
64 uint8_t ast_get_index_reg_mask(struct ast_private *ast,
76 struct ast_private *ast = dev->dev_private;
126 struct ast_private *ast = dev->dev_private;
279 struct ast_private *ast = dev->dev_private;
401 struct ast_private *ast = dev->dev_private;
427 struct ast_private *ast = dev->dev_private;
459 struct ast_private *ast;
463 ast = kzalloc(sizeof(struct ast_private), GFP_KERNEL)
    [all...]
ast_mode.c 61 static void ast_cursor_set_base(struct ast_private *ast, u64 address);
65 static inline void ast_load_palette_index(struct ast_private *ast,
79 static void ast_crtc_load_lut(struct ast_private *ast, struct drm_crtc *crtc)
217 static void ast_set_vbios_color_reg(struct ast_private *ast,
247 static void ast_set_vbios_mode_reg(struct ast_private *ast,
271 static void ast_set_std_reg(struct ast_private *ast,
319 static void ast_set_crtc_reg(struct ast_private *ast,
428 static void ast_set_offset_reg(struct ast_private *ast,
438 static void ast_set_dclk_reg(struct ast_private *ast,
456 static void ast_set_color_reg(struct ast_private *ast
    [all...]
ast_post.c 47 struct ast_private *ast = dev->dev_private;
55 struct ast_private *ast = dev->dev_private;
63 struct ast_private *ast = dev->dev_private;
82 struct ast_private *ast = dev->dev_private;
121 u32 ast_mindwm(struct ast_private *ast, u32 r)
134 void ast_moutdwm(struct ast_private *ast, u32 r, u32 v)
173 static u32 mmctestburst2_ast2150(struct ast_private *ast, u32 datagen)
203 static u32 mmctestsingle2_ast2150(struct ast_private *ast, u32 datagen)
223 static int cbrtest_ast2150(struct ast_private *ast)
233 static int cbrscan_ast2150(struct ast_private *ast, int busw
    [all...]

Completed in 18 milliseconds