Searched refs:AST_IO_SEQ_PORT (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ast/ |
D | ast_mode.c | 54 ast_io_read8(ast, AST_IO_SEQ_PORT); in ast_load_palette_index() 56 ast_io_read8(ast, AST_IO_SEQ_PORT); in ast_load_palette_index() 58 ast_io_read8(ast, AST_IO_SEQ_PORT); in ast_load_palette_index() 60 ast_io_read8(ast, AST_IO_SEQ_PORT); in ast_load_palette_index() 243 ast_set_index_reg(ast, AST_IO_SEQ_PORT, 0x00, 0x03); in ast_set_std_reg() 248 ast_set_index_reg(ast, AST_IO_SEQ_PORT, (i + 1) , jreg); in ast_set_std_reg() 510 ast_set_index_reg_mask(ast, AST_IO_SEQ_PORT, 0x1, 0xdf, 0); in ast_crtc_dpms() 518 ast_set_index_reg_mask(ast, AST_IO_SEQ_PORT, 0x1, 0xdf, 0x20); in ast_crtc_dpms() 646 ast_set_index_reg_mask(ast, AST_IO_SEQ_PORT, 0x1, 0xdf, 0); in ast_crtc_commit()
|
D | ast_drv.h | 139 #define AST_IO_SEQ_PORT (0x44) macro
|