Searched refs:ast_set_index_reg (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/ast/
H A Dast_mode.c258 ast_set_index_reg(ast, AST_IO_VGACRI, 0x8c, (u8)((color_index & 0x0f) << 4));
260 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0x00);
263 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0xa8);
264 ast_set_index_reg(ast, AST_IO_VGACRI, 0x92, format->cpp[0] * 8);
277 ast_set_index_reg(ast, AST_IO_VGACRI, 0x8d, refresh_rate_index & 0xff);
278 ast_set_index_reg(ast, AST_IO_VGACRI, 0x8e, mode_id & 0xff);
280 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0x00);
283 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0xa8);
284 ast_set_index_reg(ast, AST_IO_VGACRI, 0x93, adjusted_mode->clock / 1000);
285 ast_set_index_reg(as
[all...]
H A Dast_dp501.c270 ast_set_index_reg(ast, AST_IO_VGACRI, 0x99, jreg);
H A Dast_drv.h332 static inline void ast_set_index_reg(struct ast_device *ast, u32 base, u8 index, u8 val) function
H A Dast_post.c52 ast_set_index_reg(ast, AST_IO_VGACRI, i, 0x00);
67 /* ast_set_index_reg-mask(ast, AST_IO_VGACRI, 0xa1, 0xff, 0x3); */

Completed in 215 milliseconds