HomeSort by: relevance | last modified time | path
    Searched refs:ast_set_index_reg (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_mode.c 237 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x8c, (u8)((color_index & 0x0f) << 4));
239 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x91, 0x00);
242 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x91, 0xa8);
243 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x92, format->cpp[0] * 8);
256 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x8d, refresh_rate_index & 0xff);
257 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x8e, mode_id & 0xff);
259 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x91, 0x00);
262 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x91, 0xa8);
263 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x93, adjusted_mode->clock / 1000);
264 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x94, adjusted_mode->crtc_hdisplay)
    [all...]
ast_drv.h 199 static inline void ast_set_index_reg(struct ast_private *ast, function in typeref:typename:void
216 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x80, 0xA8);
ast_main.c 52 ast_set_index_reg(ast, base, index, tmp);
558 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0xa1, 0x04);
ast_dp501.c 256 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x99, jreg);
ast_post.c 57 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0xa1, 0x06);
88 ast_set_index_reg(ast, AST_IO_CRTC_PORT, i, 0x00);
107 /* ast_set_index_reg-mask(ast, AST_IO_CRTC_PORT, 0xa1, 0xff, 0x3); */

Completed in 14 milliseconds