Searched refs:ast_io_write8 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_drv.h | 307 static inline void ast_io_write8(struct ast_device *ast, u32 reg, u8 val) in ast_io_write8() function 314 ast_io_write8(ast, base, index); in ast_get_index_reg() 329 ast_io_write8(ast, base, index); in ast_set_index_reg() 331 ast_io_write8(ast, base, val); in ast_set_index_reg()
|
H A D | ast_mode.c | 58 ast_io_write8(ast, AST_IO_DAC_INDEX_WRITE, index); in ast_load_palette_index() 60 ast_io_write8(ast, AST_IO_DAC_DATA, red); in ast_load_palette_index() 62 ast_io_write8(ast, AST_IO_DAC_DATA, green); in ast_load_palette_index() 64 ast_io_write8(ast, AST_IO_DAC_DATA, blue); in ast_load_palette_index() 301 ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, jreg); in ast_set_std_reg() 324 ast_io_write8(ast, AST_IO_AR_PORT_WRITE, (u8)i); in ast_set_std_reg() 325 ast_io_write8(ast, AST_IO_AR_PORT_WRITE, jreg); in ast_set_std_reg() 327 ast_io_write8(ast, AST_IO_AR_PORT_WRITE, 0x14); in ast_set_std_reg() 328 ast_io_write8(ast, AST_IO_AR_PORT_WRITE, 0x00); in ast_set_std_reg() 331 ast_io_write8(ast, AST_IO_AR_PORT_WRITE, 0x20); in ast_set_std_reg() [all …]
|
H A D | ast_main.c | 52 ast_io_write8(ast, AST_IO_VGA_ENABLE_PORT, 0x01); in ast_enable_vga() 53 ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, 0x01); in ast_enable_vga()
|