Home
last modified time | relevance | path

Searched refs:jreg (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/ast/
Dast_dp501.c196 u8 jreg; in ast_launch_m68k() local
246jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0x99, 0xfc); /* D[1:0]: Reserved Video Buffer… in ast_launch_m68k()
247 jreg |= 0x02; in ast_launch_m68k()
248 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x99, jreg); in ast_launch_m68k()
313 u8 jreg; in ast_init_dvo() local
319 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd0, 0xff); in ast_init_dvo()
320 if (!(jreg & 0x80)) { in ast_init_dvo()
413 u8 jreg; in ast_init_3rdtx() local
416 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff); in ast_init_3rdtx()
417 switch (jreg & 0x0e) { in ast_init_3rdtx()
Dast_main.c119 uint32_t jreg, scu_rev; in ast_detect_chip() local
188 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd0, 0xff); in ast_detect_chip()
189 if (!(jreg & 0x80)) in ast_detect_chip()
191 else if (jreg & 0x01) in ast_detect_chip()
217 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xa3, 0xff); in ast_detect_chip()
218 if (jreg & 0x80) in ast_detect_chip()
228 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff); in ast_detect_chip()
229 switch (jreg) { in ast_detect_chip()
429 u8 jreg; in ast_get_vram_info() local
434 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xaa, 0xff); in ast_get_vram_info()
[all …]
Dast_mode.c230 u8 jreg; in ast_set_std_reg() local
234 jreg = stdtable->misc; in ast_set_std_reg()
235 ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, jreg); in ast_set_std_reg()
240 jreg = stdtable->seq[i]; in ast_set_std_reg()
242 jreg |= 0x20; in ast_set_std_reg()
243 ast_set_index_reg(ast, AST_IO_SEQ_PORT, (i + 1) , jreg); in ast_set_std_reg()
252 jreg = ast_io_read8(ast, AST_IO_INPUT_STATUS1_READ); in ast_set_std_reg()
254 jreg = stdtable->ar[i]; in ast_set_std_reg()
256 ast_io_write8(ast, AST_IO_AR_PORT_WRITE, jreg); in ast_set_std_reg()
261 jreg = ast_io_read8(ast, AST_IO_INPUT_STATUS1_READ); in ast_set_std_reg()
[all …]