Searched refs:jreg (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/ast/ |
D | ast_mm.c | 38 u8 jreg; in ast_get_vram_size() local 42 jreg = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0xaa, 0xff); in ast_get_vram_size() 43 switch (jreg & 3) { in ast_get_vram_size() 58 jreg = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0x99, 0xff); in ast_get_vram_size() 59 switch (jreg & 0x03) { in ast_get_vram_size()
|
D | ast_main.c | 41 u8 jreg; in ast_detect_widescreen() local 49 jreg = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0xd0, 0xff); in ast_detect_widescreen() 50 if (!(jreg & 0x80)) in ast_detect_widescreen() 52 else if (jreg & 0x01) in ast_detect_widescreen() 72 u8 jreg; in ast_detect_tx_chip() local 86 jreg = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0xa3, 0xff); in ast_detect_tx_chip() 87 if (jreg & 0x80) in ast_detect_tx_chip() 97 jreg = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0xd1, 0xff); in ast_detect_tx_chip() 98 switch (jreg) { in ast_detect_tx_chip()
|
D | ast_dp501.c | 216 u8 jreg; in ast_launch_m68k() local 273 jreg = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0x99, 0xfc); /* D[1:0]: Reserved Video Buffer */ in ast_launch_m68k() 274 jreg |= 0x02; in ast_launch_m68k() 275 ast_set_index_reg(ast, AST_IO_VGACRI, 0x99, jreg); in ast_launch_m68k() 354 u8 jreg; in ast_init_dvo() local 360 jreg = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0xd0, 0xff); in ast_init_dvo() 361 if (!(jreg & 0x80)) { in ast_init_dvo() 454 u8 jreg; in ast_init_3rdtx() local 457 jreg = ast_get_index_reg_mask(ast, AST_IO_VGACRI, 0xd1, 0xff); in ast_init_3rdtx() 458 switch (jreg & 0x0e) { in ast_init_3rdtx()
|
D | ast_mode.c | 295 u8 jreg; in ast_set_std_reg() local 299 jreg = stdtable->misc; in ast_set_std_reg() 300 ast_io_write8(ast, AST_IO_VGAMR_W, jreg); in ast_set_std_reg() 306 jreg = stdtable->seq[i]; in ast_set_std_reg() 307 ast_set_index_reg(ast, AST_IO_VGASRI, (i + 1), jreg); in ast_set_std_reg() 320 jreg = ast_io_read8(ast, AST_IO_VGAIR1_R); in ast_set_std_reg() 322 jreg = stdtable->ar[i]; in ast_set_std_reg() 324 ast_io_write8(ast, AST_IO_VGAARI_W, jreg); in ast_set_std_reg() 329 jreg = ast_io_read8(ast, AST_IO_VGAIR1_R); in ast_set_std_reg() 531 u8 jreg; in ast_set_sync_reg() local [all …]
|