Searched refs:ast_set_index_reg (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_mode.c | 166 ast_set_index_reg(ast, AST_IO_VGACRI, 0x8c, (u8)((color_index & 0x0f) << 4)); in ast_set_vbios_color_reg() 168 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0x00); in ast_set_vbios_color_reg() 171 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0xa8); in ast_set_vbios_color_reg() 172 ast_set_index_reg(ast, AST_IO_VGACRI, 0x92, format->cpp[0] * 8); in ast_set_vbios_color_reg() 185 ast_set_index_reg(ast, AST_IO_VGACRI, 0x8d, refresh_rate_index & 0xff); in ast_set_vbios_mode_reg() 186 ast_set_index_reg(ast, AST_IO_VGACRI, 0x8e, mode_id & 0xff); in ast_set_vbios_mode_reg() 188 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0x00); in ast_set_vbios_mode_reg() 191 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0xa8); in ast_set_vbios_mode_reg() 192 ast_set_index_reg(ast, AST_IO_VGACRI, 0x93, adjusted_mode->clock / 1000); in ast_set_vbios_mode_reg() 193 ast_set_index_reg(ast, AST_IO_VGACRI, 0x94, adjusted_mode->crtc_hdisplay); in ast_set_vbios_mode_reg() [all …]
|
| H A D | ast_dp.c | 119 ast_set_index_reg(ast, AST_IO_VGACRI, 0xe4, vgacre4); in ast_astdp_read_edid_block() 356 ast_set_index_reg(ast, AST_IO_VGACRI, 0xe0, vgacre0); in ast_astdp_encoder_helper_atomic_mode_set() 357 ast_set_index_reg(ast, AST_IO_VGACRI, 0xe1, vgacre1); in ast_astdp_encoder_helper_atomic_mode_set() 358 ast_set_index_reg(ast, AST_IO_VGACRI, 0xe2, vgacre2); in ast_astdp_encoder_helper_atomic_mode_set()
|
| H A D | ast_2000.c | 49 ast_set_index_reg(ast, AST_IO_VGACRI, i, 0x00); in ast_2000_set_def_ext_reg()
|
| H A D | ast_drv.h | 341 static inline void ast_set_index_reg(struct ast_device *ast, u32 base, u8 index, u8 val) in ast_set_index_reg() function
|
| H A D | ast_dp501.c | 271 ast_set_index_reg(ast, AST_IO_VGACRI, 0x99, jreg); in ast_launch_m68k()
|
| H A D | ast_2300.c | 52 ast_set_index_reg(ast, AST_IO_VGACRI, i, 0x00); in ast_2300_set_def_ext_reg()
|