/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_mode.c | 442 const struct ast_vbios_dclk_info *clk_info; local in function:ast_set_dclk_reg 445 clk_info = &dclk_table_ast2500[vbios_mode->enh_table->dclk_index]; 447 clk_info = &dclk_table[vbios_mode->enh_table->dclk_index]; 449 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xc0, 0x00, clk_info->param1); 450 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xc1, 0x00, clk_info->param2); 452 (clk_info->param3 & 0xc0) | 453 ((clk_info->param3 & 0x3) << 4));
|
ast_mode.c | 442 const struct ast_vbios_dclk_info *clk_info; local in function:ast_set_dclk_reg 445 clk_info = &dclk_table_ast2500[vbios_mode->enh_table->dclk_index]; 447 clk_info = &dclk_table[vbios_mode->enh_table->dclk_index]; 449 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xc0, 0x00, clk_info->param1); 450 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xc1, 0x00, clk_info->param2); 452 (clk_info->param3 & 0xc0) | 453 ((clk_info->param3 & 0x3) << 4));
|
ast_mode.c | 442 const struct ast_vbios_dclk_info *clk_info; local in function:ast_set_dclk_reg 445 clk_info = &dclk_table_ast2500[vbios_mode->enh_table->dclk_index]; 447 clk_info = &dclk_table[vbios_mode->enh_table->dclk_index]; 449 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xc0, 0x00, clk_info->param1); 450 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xc1, 0x00, clk_info->param2); 452 (clk_info->param3 & 0xc0) | 453 ((clk_info->param3 & 0x3) << 4));
|