Searched refs:ast_io_write8 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_mode.c | 88 ast_io_write8(ast, AST_IO_VGADWR, i8); in ast_set_gamma_lut() 90 ast_io_write8(ast, AST_IO_VGAPDR, r8); in ast_set_gamma_lut() 92 ast_io_write8(ast, AST_IO_VGAPDR, g8); in ast_set_gamma_lut() 94 ast_io_write8(ast, AST_IO_VGAPDR, b8); in ast_set_gamma_lut() 208 ast_io_write8(ast, AST_IO_VGAMR_W, jreg); in ast_set_std_reg() 231 ast_io_write8(ast, AST_IO_VGAARI_W, (u8)i); in ast_set_std_reg() 232 ast_io_write8(ast, AST_IO_VGAARI_W, jreg); in ast_set_std_reg() 234 ast_io_write8(ast, AST_IO_VGAARI_W, 0x14); in ast_set_std_reg() 235 ast_io_write8(ast, AST_IO_VGAARI_W, 0x00); in ast_set_std_reg() 238 ast_io_write8(ast, AST_IO_VGAARI_W, 0x20); in ast_set_std_reg() [all …]
|
| H A D | ast_drv.h | 325 static inline void ast_io_write8(struct ast_device *ast, u32 reg, u8 val) in ast_io_write8() function
|