Searched refs:ast_io_write8 (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/gpu/drm/ast/
H A Dast_drv.h316 static inline void ast_io_write8(struct ast_device *ast, u32 reg, u8 val) function
H A Dast_mode.c60 ast_io_write8(ast, AST_IO_VGADWR, index);
62 ast_io_write8(ast, AST_IO_VGAPDR, red);
64 ast_io_write8(ast, AST_IO_VGAPDR, green);
66 ast_io_write8(ast, AST_IO_VGAPDR, blue);
303 ast_io_write8(ast, AST_IO_VGAMR_W, jreg);
326 ast_io_write8(ast, AST_IO_VGAARI_W, (u8)i);
327 ast_io_write8(ast, AST_IO_VGAARI_W, jreg);
329 ast_io_write8(ast, AST_IO_VGAARI_W, 0x14);
330 ast_io_write8(ast, AST_IO_VGAARI_W, 0x00);
333 ast_io_write8(as
[all...]

Completed in 174 milliseconds